From: Li RongQing Date: Fri, 9 Dec 2022 09:25:23 +0000 (+0800) Subject: cpuidle-haltpoll: select haltpoll governor X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=4edc13ae891ab368a3026cde1dbf263331bc6e77;p=linux.git 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 [ rjw: Changelog edits ] Signed-off-by: Rafael J. Wysocki --- diff --git a/drivers/cpuidle/Kconfig b/drivers/cpuidle/Kconfig index ff71dd662880d..cac5997dca505 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