kernel/drivers/powercap/Kconfig
.. .. @@ -18,10 +18,12 @@ 18 18 # Client driver configurations go here. 19 19 config INTEL_RAPL_CORE 20 20 tristate 21 + depends on PCI22 + select IOSF_MBI21 23 22 24 config INTEL_RAPL 23 25 tristate "Intel RAPL Support via MSR Interface" 24 - depends on X86 && IOSF_MBI26 + depends on X86 && PCI25 27 select INTEL_RAPL_CORE 26 28 help 27 29 This enables support for the Intel Running Average Power Limit (RAPL)