diff options
author | Karel Kočí <cynerd@email.cz> | 2017-04-30 12:47:30 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2017-04-30 12:47:30 +0200 |
commit | a2cfee41a7a3aefacce5db6f13e52e5540d51779 (patch) | |
tree | fb402c36c3cc07dff1ecb7a57e564510936d76c7 /sys-boot/linux/files/configs/power | |
parent | 09a210722e2d03129aed732ef11ed5a7f490b50d (diff) | |
download | gentoo-personal-overlay-a2cfee41a7a3aefacce5db6f13e52e5540d51779.tar.gz gentoo-personal-overlay-a2cfee41a7a3aefacce5db6f13e52e5540d51779.tar.bz2 gentoo-personal-overlay-a2cfee41a7a3aefacce5db6f13e52e5540d51779.zip |
Base linux on arch configuration
Diffstat (limited to 'sys-boot/linux/files/configs/power')
-rw-r--r-- | sys-boot/linux/files/configs/power | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/sys-boot/linux/files/configs/power b/sys-boot/linux/files/configs/power deleted file mode 100644 index 90be110..0000000 --- a/sys-boot/linux/files/configs/power +++ /dev/null @@ -1,18 +0,0 @@ -# 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 |