]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blame - drivers/idle/Kconfig
xfrm: Fix xfrm_policy_gc_lock handling.
[mirror_ubuntu-jammy-kernel.git] / drivers / idle / Kconfig
CommitLineData
27471fdb
AH
1
2menu "Memory power savings"
3
4config I7300_IDLE_IOAT_CHANNEL
5 bool
6
7config I7300_IDLE
33093e18 8 tristate "Intel chipset idle memory power saving driver"
27471fdb 9 select I7300_IDLE_IOAT_CHANNEL
33093e18 10 depends on X86_64 && EXPERIMENTAL
27471fdb 11 help
33093e18
VP
12 Enable memory power savings when idle with certain Intel server
13 chipsets. The chipset must have I/O AT support, such as the
14 Intel 7300. The power savings depends on the type and quantity of
15 DRAM devices.
27471fdb
AH
16
17endmenu