linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] powercap / RAPL : remove dependency on iosf_mbi
@ 2015-09-17  7:31 Pengyu Ma
  2015-09-18  0:09 ` Rafael J. Wysocki
  0 siblings, 1 reply; 15+ messages in thread
From: Pengyu Ma @ 2015-09-17  7:31 UTC (permalink / raw)
  To: rafael.j.wysocki, jacob.jun.pan, linux-kernel

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@windriver.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


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

end of thread, other threads:[~2015-09-28 16:15 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-17  7:31 [PATCH] powercap / RAPL : remove dependency on iosf_mbi Pengyu Ma
2015-09-18  0:09 ` Rafael J. Wysocki
2015-09-18 15:43   ` Jacob Pan
2015-09-21  3:48     ` Pengyu Ma
2015-09-21 21:36       ` Jacob Pan
2015-09-22  3:11         ` Pengyu Ma
2015-09-22 17:01           ` Jacob Pan
2015-09-24 10:03             ` Pengyu Ma
2015-09-24 15:09               ` Austin S Hemmelgarn
2015-09-24 16:33               ` Jacob Pan
2015-09-26  3:42                 ` Pengyu Ma
2015-09-28 16:13                   ` Jacob Pan
2015-09-22 13:41         ` Austin S Hemmelgarn
2015-09-22 15:57           ` Jacob Pan
2015-09-22 17:00             ` Austin S Hemmelgarn

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).