lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ