aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/configs/defconfig
diff options
context:
space:
mode:
authorSudeep Holla <sudeep.holla@arm.com>2022-08-22 13:16:04 +0100
committerArnd Bergmann <arnd@arndb.de>2022-08-29 11:01:56 +0200
commit853ff6c3215070c38cfe2b1bedee3ccb21e29b52 (patch)
treeb4b2dd2e58d35de8e342efda722a9a727374772a /arch/arm64/configs/defconfig
parentARM: configs: replace CONFIG_NO_HZ=y with CONFIG_NO_HZ_IDLE=y (diff)
downloadlinux-dev-853ff6c3215070c38cfe2b1bedee3ccb21e29b52.tar.xz
linux-dev-853ff6c3215070c38cfe2b1bedee3ccb21e29b52.zip
arm64: defconfig: Drop ARM_CPUIDLE(generic idle driver) config
Since commit 788961462f34 ("ARM: psci: cpuidle: Enable PSCI CPUidle driver") the generic ARM cpuidle driver probe no longer worked on ARM64. It was however left enabled with the driver failing to probe successfully. However the commit 51280acad855 ("cpuidle: cpuidle-arm: remove arm64 support") removed the Kconfig option so that it is no longer enabled for arm64 platforms. Drop the disabled/unavailable ARM_CPUIDLE from the defconfig. Signed-off-by: Sudeep Holla <sudeep.holla@arm.com> Link: https://lore.kernel.org/r/20220822121604.2213778-1-sudeep.holla@arm.com' Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm64/configs/defconfig')
-rw-r--r--arch/arm64/configs/defconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index d5b2d2dd4904..c189187b70d6 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -80,7 +80,6 @@ CONFIG_RANDOMIZE_BASE=y
CONFIG_HIBERNATION=y
CONFIG_WQ_POWER_EFFICIENT_DEFAULT=y
CONFIG_ENERGY_MODEL=y
-CONFIG_ARM_CPUIDLE=y
CONFIG_ARM_PSCI_CPUIDLE=y
CONFIG_CPU_FREQ=y
CONFIG_CPU_FREQ_STAT=y