diff options
Diffstat (limited to 'sys-boot/linux/files/configs/power')
-rw-r--r-- | sys-boot/linux/files/configs/power | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/sys-boot/linux/files/configs/power b/sys-boot/linux/files/configs/power new file mode 100644 index 0000000..90be110 --- /dev/null +++ b/sys-boot/linux/files/configs/power @@ -0,0 +1,18 @@ +# ACPI +CONFIG_ACPI=y + +# Set CPU freq. governor to ondemand +CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND=y +# Enable powersave governor +CONFIG_CPU_FREQ_GOV_POWERSAVE=y + +# Control wakeup sources from user space +CONFIG_PM_WAKELOCKS=y + +# Intel idle +CONFIG_INTEL_IDLE=y +# FS detected PCI slots +CONFIG_ACPI_PCI_SLOT=y + +# ACPI 4.0 +CONFIG_SENSORS_ACPI_POWER=m |