diff options
author | Li RongQing | 2022-12-09 17:25:23 +0800 |
---|---|---|
committer | Rafael J. Wysocki | 2023-01-13 20:50:46 +0100 |
commit | 4edc13ae891ab368a3026cde1dbf263331bc6e77 (patch) | |
tree | 87d63e6aae22a98e9ccfeb207ba391e9af6a7d21 /drivers/cpuidle | |
parent | 9ce0f7c4bc64d820b02a1c53f7e8dba9539f942b (diff) |
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>
Diffstat (limited to 'drivers/cpuidle')
-rw-r--r-- | drivers/cpuidle/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/cpuidle/Kconfig b/drivers/cpuidle/Kconfig index ff71dd662880..cac5997dca50 100644 --- a/drivers/cpuidle/Kconfig +++ b/drivers/cpuidle/Kconfig @@ -74,6 +74,7 @@ endmenu config HALTPOLL_CPUIDLE tristate "Halt poll cpuidle driver" depends on X86 && KVM_GUEST + select CPU_IDLE_GOV_HALTPOLL default y help This option enables halt poll cpuidle driver, which allows to poll |