Merge pull request #1801 from flatcar-linux/tormath1/rapl

sys-kernel/coreos-modules: build RAPL module
This commit is contained in:
Mathieu Tortuyaux 2022-04-08 21:14:20 +02:00 committed by GitHub
commit 450f468bfb
2 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1 @@
- Enabled `CONFIG_INTEL_RAPL` on AMD64 Kernel config to compile `intel_rapl_common` module in order to allow power monitoring on modern Intel processors ([flatcar#coreos-overlay#1801](https://github.com/flatcar-linux/coreos-overlay/pull/1801))

View File

@ -64,6 +64,7 @@ CONFIG_INTEL_IOATDMA=y
CONFIG_INTEL_IOMMU=y
CONFIG_INTEL_MEI_ME=m
CONFIG_INTEL_MEI_TXE=m
CONFIG_INTEL_RAPL=m
CONFIG_IP_VS_MH=m
CONFIG_IRQ_REMAP=y
CONFIG_ISCSI_IBFT=y
@ -96,6 +97,7 @@ CONFIG_PCI_MMCONFIG=y
CONFIG_PHYSICAL_ALIGN=0x1000000
CONFIG_PMIC_OPREGION=y
# CONFIG_PNP_DEBUG_MESSAGES is not set
CONFIG_POWERCAP=y
CONFIG_PREEMPT_VOLUNTARY=y
CONFIG_PVPANIC=y
CONFIG_PVPANIC_MMIO=m