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 for Android: free password hash cracker in your pocket
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Thu, 17 Sep 2015 15:31:41 +0800
From:	Pengyu Ma <pengyu.ma@...driver.com>
To:	<rafael.j.wysocki@...el.com>, <jacob.jun.pan@...ux.intel.com>,
	<linux-kernel@...r.kernel.org>
Subject: [PATCH] powercap / RAPL : remove dependency on iosf_mbi

iosf_mbi is supported on Quark, Braswell, Baytrail and some Atom SoC,
but RAPL is not limited to these SoC, it supports almost Intel CPUs.
Remove this dependece to make RAPL support more Intel CPUs.

Please select IOSF_MBI on Atom SoCs.

Signed-off-by: Pengyu Ma <pengyu.ma@...driver.com>
---
 drivers/powercap/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/powercap/Kconfig b/drivers/powercap/Kconfig
index 85727ef..a7c81b5 100644
--- a/drivers/powercap/Kconfig
+++ b/drivers/powercap/Kconfig
@@ -17,7 +17,7 @@ if POWERCAP
 # Client driver configurations go here.
 config INTEL_RAPL
 	tristate "Intel RAPL Support"
-	depends on X86 && IOSF_MBI
+	depends on X86
 	default n
 	---help---
 	  This enables support for the Intel Running Average Power Limit (RAPL)
-- 
2.4.3

--
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