Explorar o código

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 <[email protected]>

SVN-Revision: 38238
Felix Fietkau %!s(int64=12) %!d(string=hai) anos
pai
achega
e232a92c08
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      package/kernel/linux/modules/other.mk

+ 1 - 0
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 \