ANDROID: GKI: remove CONFIG_ARM_CPUIDLE=y

In commit 51280acad8 ("cpuidle: cpuidle-arm: remove arm64 support")
the generic ARM cpuidle option is removed as it is now properly handled
by the PSCI cpuidle code.  Remove this config option from the
gki_defconfig to resolve the build error caused by this removal.

Cc: Will Deacon <willdeacon@google.com>
Fixes: 51280acad8 ("cpuidle: cpuidle-arm: remove arm64 support")
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Change-Id: I92f5c31b27c25b31373ab7c9bb91ff84900d067b
This commit is contained in:
Greg Kroah-Hartman 2022-08-04 11:15:47 +02:00
parent f70af506f4
commit bcb361424c

View File

@ -64,7 +64,6 @@ CONFIG_ENERGY_MODEL=y
CONFIG_CPU_IDLE=y
CONFIG_CPU_IDLE_GOV_MENU=y
CONFIG_CPU_IDLE_GOV_TEO=y
CONFIG_ARM_CPUIDLE=y
CONFIG_ARM_PSCI_CPUIDLE=y
CONFIG_CPU_FREQ=y
CONFIG_CPU_FREQ_STAT=y