Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1227485
| From | "Rafael J. Wysocki" <rjw@rjwysocki.net> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] powercap / RAPL : remove dependency on iosf_mbi |
| Date | 2015-09-18 01:50 +0200 |
| Message-ID | <q9R69-2bw-7@gated-at.bofh.it> (permalink) |
| References | <q9BXr-55Q-15@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Thursday, September 17, 2015 03:31:41 PM Pengyu Ma wrote: > 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> Jacob? > --- > 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) > -- I speak only for myself. Rafael J. Wysocki, Intel Open Source Technology Center. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH] powercap / RAPL : remove dependency on iosf_mbi Pengyu Ma <pengyu.ma@windriver.com> - 2015-09-17 09:40 +0200
Re: [PATCH] powercap / RAPL : remove dependency on iosf_mbi "Rafael J. Wysocki" <rjw@rjwysocki.net> - 2015-09-18 01:50 +0200
Re: [PATCH] powercap / RAPL : remove dependency on iosf_mbi Jacob Pan <jacob.jun.pan@linux.intel.com> - 2015-09-18 17:50 +0200
Re: [PATCH] powercap / RAPL : remove dependency on iosf_mbi Pengyu Ma <pengyu.ma@windriver.com> - 2015-09-21 06:00 +0200
Re: [PATCH] powercap / RAPL : remove dependency on iosf_mbi Jacob Pan <jacob.jun.pan@linux.intel.com> - 2015-09-21 23:40 +0200
Re: [PATCH] powercap / RAPL : remove dependency on iosf_mbi Pengyu Ma <pengyu.ma@windriver.com> - 2015-09-22 05:20 +0200
csiph-web