All of lore.kernel.org
 help / color / mirror / Atom feed
* [patch 7/8] thermal: add missing Kconfig dependency
@ 2009-09-18 19:41 akpm
  2009-09-19  5:42 ` Len Brown
  0 siblings, 1 reply; 2+ messages in thread
From: akpm @ 2009-09-18 19:41 UTC (permalink / raw)
  To: lenb; +Cc: linux-acpi, akpm, JBeulich, jbeulich, mjg, rui.zhang

From: "Jan Beulich" <JBeulich@novell.com>

Otherwise THERMAL_HWMON can be selected when HWMON=n and THERMAL=n, which
fails to build.

Signed-off-by: Jan 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: Andrew Morton <akpm@linux-foundation.org>
---

 drivers/thermal/Kconfig |    1 +
 1 file changed, 1 insertion(+)

diff -puN drivers/thermal/Kconfig~thermal-add-missing-kconfig-dependency drivers/thermal/Kconfig
--- a/drivers/thermal/Kconfig~thermal-add-missing-kconfig-dependency
+++ a/drivers/thermal/Kconfig
@@ -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
_

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [patch 7/8] thermal: add missing Kconfig dependency
  2009-09-18 19:41 [patch 7/8] thermal: add missing Kconfig dependency akpm
@ 2009-09-19  5:42 ` Len Brown
  0 siblings, 0 replies; 2+ messages in thread
From: Len Brown @ 2009-09-19  5:42 UTC (permalink / raw)
  To: akpm; +Cc: linux-acpi, JBeulich, jbeulich, mjg, rui.zhang

applied

thanks,
Len Brown, Intel Open Source Technology Center


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-09-19  5:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-09-18 19:41 [patch 7/8] thermal: add missing Kconfig dependency akpm
2009-09-19  5:42 ` Len Brown

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.