mirror of
https://github.com/flatcar/scripts.git
synced 2025-10-01 10:31:37 +02:00
Merge pull request #1801 from flatcar-linux/tormath1/rapl
sys-kernel/coreos-modules: build RAPL module
This commit is contained in:
commit
450f468bfb
1
sdk_container/src/third_party/coreos-overlay/changelog/changes/2022-04-08-kernel.md
vendored
Normal file
1
sdk_container/src/third_party/coreos-overlay/changelog/changes/2022-04-08-kernel.md
vendored
Normal 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))
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user