[<prev] [next>] [day] [month] [year] [list]
Message-Id: <4AA0E69202000078000136EC@vpn.id2.novell.com>
Date: Fri, 04 Sep 2009 09:06:10 +0100
From: "Jan Beulich" <JBeulich@...ell.com>
To: <rui.zhang@...el.com>
Cc: <linux-kernel@...r.kernel.org>
Subject: [PATCH] thermal: add missing Kconfig dependency
Otherwise THERMAL_HWMON can be selected when HWMON=n and THERMAL=n,
which fails to build.
Signed-off-by: Jan Beulich <jbeulich@...ell.com>
---
drivers/thermal/Kconfig | 1 +
1 file changed, 1 insertion(+)
--- linux-2.6.31-rc8/drivers/thermal/Kconfig 2008-07-13 23:51:29.000000000 +0200
+++ 2.6.31-rc8-thermal-dependency/drivers/thermal/Kconfig 2009-09-02 12:13:01.000000000 +0200
@@ -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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists