summaryrefslogtreecommitdiff
path: root/sys-boot/linux/files/configs/power
blob: 90be1105b0aa3b296d01b028c2400d4d94bb40a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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