linux-raspberrypi: Build rpi poe fan driver

Signed-off-by: Andrei Gherzan <andrei@gherzan.com>
This commit is contained in:
Andrei Gherzan 2018-09-07 15:38:28 +01:00
parent aea27ba4c7
commit c7330ac5e4
2 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1 @@
CONFIG_SENSORS_RPI_POE_FAN=m

View File

@ -11,6 +11,8 @@ PV = "${LINUX_VERSION}+git${SRCPV}"
inherit kernel siteinfo
require recipes-kernel/linux/linux-yocto.inc
SRC_URI += "file://rpi-kernel-misc.cfg"
KCONFIG_MODE = "--alldefconfig"
KBUILD_DEFCONFIG_raspberrypi0-wifi ?= "bcmrpi_defconfig"
KBUILD_DEFCONFIG_raspberrypi ?= "bcmrpi_defconfig"