summaryrefslogtreecommitdiffstats
path: root/recipes-kernel
diff options
context:
space:
mode:
authorAndrei Gherzan <andrei@gherzan.com>2017-10-02 12:54:53 +0100
committerAndrei Gherzan <andrei@gherzan.com>2017-10-03 17:09:35 +0100
commitc716e0d30cf897d1fb132e2e67e08e6cd20d312d (patch)
treeeae2a3541a9a90f0047595c31c66c007e1ae32b8 /recipes-kernel
parent70b9c3ec57a08b0458a5128b039b29e436bc5975 (diff)
downloadmeta-raspberrypi-c716e0d30cf897d1fb132e2e67e08e6cd20d312d.tar.gz
linux-raspberrypi.inc: Define KBUILD_DEFCONFIG for rpi0 WiFi
Signed-off-by: Andrei Gherzan <andrei@gherzan.com>
Diffstat (limited to 'recipes-kernel')
-rw-r--r--recipes-kernel/linux/linux-raspberrypi.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-raspberrypi.inc b/recipes-kernel/linux/linux-raspberrypi.inc
index 37cf0bb..ee46532 100644
--- a/recipes-kernel/linux/linux-raspberrypi.inc
+++ b/recipes-kernel/linux/linux-raspberrypi.inc
@@ -12,6 +12,7 @@ inherit kernel siteinfo
12require recipes-kernel/linux/linux-yocto.inc 12require recipes-kernel/linux/linux-yocto.inc
13 13
14KCONFIG_MODE = "--alldefconfig" 14KCONFIG_MODE = "--alldefconfig"
15KBUILD_DEFCONFIG_raspberrypi0-wifi ?= "bcmrpi_defconfig"
15KBUILD_DEFCONFIG_raspberrypi ?= "bcmrpi_defconfig" 16KBUILD_DEFCONFIG_raspberrypi ?= "bcmrpi_defconfig"
16KBUILD_DEFCONFIG_raspberrypi2 ?= "bcm2709_defconfig" 17KBUILD_DEFCONFIG_raspberrypi2 ?= "bcm2709_defconfig"
17KBUILD_DEFCONFIG_raspberrypi3 ?= "bcm2709_defconfig" 18KBUILD_DEFCONFIG_raspberrypi3 ?= "bcm2709_defconfig"