kernel: mark kmod-thermal menuconfig symbol as hidden to avoid building it on targets with no thermal drivers
Should fix build errors with Linux 3.3/3.6 targets, which use different kconfig symbols Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 38238
This commit is contained in:
@@ -765,6 +765,7 @@ $(eval $(call KernelPackage,random-core))
|
|||||||
define KernelPackage/thermal
|
define KernelPackage/thermal
|
||||||
SUBMENU:=$(OTHER_MENU)
|
SUBMENU:=$(OTHER_MENU)
|
||||||
TITLE:=Generic Thermal sysfs driver
|
TITLE:=Generic Thermal sysfs driver
|
||||||
|
HIDDEN:=1
|
||||||
KCONFIG:= \
|
KCONFIG:= \
|
||||||
CONFIG_THERMAL \
|
CONFIG_THERMAL \
|
||||||
CONFIG_THERMAL_DEFAULT_GOV_STEP_WISE=y \
|
CONFIG_THERMAL_DEFAULT_GOV_STEP_WISE=y \
|
||||||
|
|||||||
Reference in New Issue
Block a user