block: add timer on blkdev_dequeue_request() not elv_next_request()
[linux-2.6/mini2440.git] / drivers / idle / Kconfig
blob108264de0ac9061c3f5901813bfbd5139153752a
2 menu "Memory power savings"
4 config I7300_IDLE_IOAT_CHANNEL
5         bool
7 config I7300_IDLE
8         tristate "Intel chipset idle memory power saving driver"
9         select I7300_IDLE_IOAT_CHANNEL
10         depends on X86_64 && EXPERIMENTAL
11         help
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.
17 endmenu