From: Felix Fietkau Date: Fri, 27 Sep 2013 20:44:11 +0000 (+0000) Subject: kernel: mark kmod-thermal menuconfig symbol as hidden to avoid building it on targets... X-Git-Tag: reboot~9081 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=e232a92c0886d334a72823b7183ccac08815b755;p=openwrt%2Fopenwrt.git 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 SVN-Revision: 38238 --- diff --git a/package/kernel/linux/modules/other.mk b/package/kernel/linux/modules/other.mk index cbce02bbf5..b3e268e79c 100644 --- a/package/kernel/linux/modules/other.mk +++ b/package/kernel/linux/modules/other.mk @@ -765,6 +765,7 @@ $(eval $(call KernelPackage,random-core)) define KernelPackage/thermal SUBMENU:=$(OTHER_MENU) TITLE:=Generic Thermal sysfs driver + HIDDEN:=1 KCONFIG:= \ CONFIG_THERMAL \ CONFIG_THERMAL_DEFAULT_GOV_STEP_WISE=y \