Message ID | 1415818236-21741-1-git-send-email-jacob.jun.pan@linux.intel.com (mailing list archive) |
---|---|
State | Accepted, archived |
Headers | show |
On Wednesday, November 12, 2014 10:50:36 AM Jacob Pan wrote: > RAPL on Atom depends on IOSF_MBI driver for setting > floor frequency. This patch adds explicit dependency on > CONFIG_IOSF_MB. > > Signed-off-by: Jacob Pan <jacob.jun.pan@linux.intel.com> Applied, thanks! > --- > drivers/powercap/Kconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/powercap/Kconfig b/drivers/powercap/Kconfig > index a7c81b5..85727ef 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 > + depends on X86 && IOSF_MBI > default n > ---help--- > This enables support for the Intel Running Average Power Limit (RAPL) >
diff --git a/drivers/powercap/Kconfig b/drivers/powercap/Kconfig index a7c81b5..85727ef 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 + depends on X86 && IOSF_MBI default n ---help--- This enables support for the Intel Running Average Power Limit (RAPL)
RAPL on Atom depends on IOSF_MBI driver for setting floor frequency. This patch adds explicit dependency on CONFIG_IOSF_MB. Signed-off-by: Jacob Pan <jacob.jun.pan@linux.intel.com> --- drivers/powercap/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)