]> Git Repo - linux.git/commitdiff
thermal: add missing Kconfig dependency
authorJan Beulich <[email protected]>
Fri, 18 Sep 2009 19:41:10 +0000 (12:41 -0700)
committerLen Brown <[email protected]>
Sat, 19 Sep 2009 05:41:49 +0000 (01:41 -0400)
Otherwise THERMAL_HWMON can be selected when HWMON=n and THERMAL=n, which
fails to build.

Signed-off-by: Jan Beulich <[email protected]>
Cc: Zhang Rui <[email protected]>
Cc: Matthew Garrett <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Len Brown <[email protected]>
drivers/thermal/Kconfig

index a86e952ed4ca4de05891b19d54ef185802048bfc..bf7c687519ef4026ea2a4a7b6506287a47843d6e 100644 (file)
@@ -15,6 +15,7 @@ menuconfig THERMAL
 
 config THERMAL_HWMON
        bool "Hardware monitoring support"
+       depends on THERMAL
        depends on HWMON=y || HWMON=THERMAL
        help
          The generic thermal sysfs driver's hardware monitoring support
This page took 0.065921 seconds and 4 git commands to generate.