hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
kernel/drivers/powercap/Kconfig
....@@ -18,10 +18,12 @@
1818 # Client driver configurations go here.
1919 config INTEL_RAPL_CORE
2020 tristate
21
+ depends on PCI
22
+ select IOSF_MBI
2123
2224 config INTEL_RAPL
2325 tristate "Intel RAPL Support via MSR Interface"
24
- depends on X86 && IOSF_MBI
26
+ depends on X86 && PCI
2527 select INTEL_RAPL_CORE
2628 help
2729 This enables support for the Intel Running Average Power Limit (RAPL)