mirror of
git://git.yoctoproject.org/linux-yocto.git
synced 2025-10-23 07:23:12 +02:00
cpuidle-haltpoll: select haltpoll governor
The haltpoll cpuidle driver should select the haltpoll governor, so as to ensure that they work together. Signed-off-by: Li RongQing <lirongqing@baidu.com> [ rjw: Changelog edits ] Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
This commit is contained in:
parent
9ce0f7c4bc
commit
4edc13ae89
|
@ -74,6 +74,7 @@ endmenu
|
||||||
config HALTPOLL_CPUIDLE
|
config HALTPOLL_CPUIDLE
|
||||||
tristate "Halt poll cpuidle driver"
|
tristate "Halt poll cpuidle driver"
|
||||||
depends on X86 && KVM_GUEST
|
depends on X86 && KVM_GUEST
|
||||||
|
select CPU_IDLE_GOV_HALTPOLL
|
||||||
default y
|
default y
|
||||||
help
|
help
|
||||||
This option enables halt poll cpuidle driver, which allows to poll
|
This option enables halt poll cpuidle driver, which allows to poll
|
||||||
|
|
Loading…
Reference in New Issue
Block a user