forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 23fa18eaa71266feff7ba8d83022d9e1cc83c65a
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)