1
0
Fork 0

powercap / RAPL: fix build dependency on iosf_mbi

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>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
wifi-calibration
Jacob Pan 2014-11-12 10:50:36 -08:00 committed by Rafael J. Wysocki
parent 74af752e48
commit 24b5984118
1 changed files with 1 additions and 1 deletions

View File

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