Commit 9807472c authored by Jan Beulich's avatar Jan Beulich Committed by James Toy

Otherwise THERMAL_HWMON can be selected when HWMON=n and THERMAL=n, which

fails to build.
Signed-off-by: default avatarJan Beulich <jbeulich@novell.com>
Cc: Zhang Rui <rui.zhang@intel.com>
Cc: Matthew Garrett <mjg@redhat.com>
Cc: Len Brown <lenb@kernel.org>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
parent 66b28941
...@@ -15,6 +15,7 @@ menuconfig THERMAL ...@@ -15,6 +15,7 @@ menuconfig THERMAL
config THERMAL_HWMON config THERMAL_HWMON
bool "Hardware monitoring support" bool "Hardware monitoring support"
depends on THERMAL
depends on HWMON=y || HWMON=THERMAL depends on HWMON=y || HWMON=THERMAL
help help
The generic thermal sysfs driver's hardware monitoring support The generic thermal sysfs driver's hardware monitoring support
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment