]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: vexpress: Don't select CONFIG_POWER_RESET_VEXPRESS
authorRob Herring <robh@kernel.org>
Wed, 29 Apr 2020 20:58:11 +0000 (15:58 -0500)
committerRob Herring <robh@kernel.org>
Tue, 5 May 2020 16:42:50 +0000 (11:42 -0500)
The VExpress power-off/reset driver is not needed on 64-bit platforms as
PSCI power-off and reset can be used instead. Stop selecting it so it
can be disabled and not always built-in.

CONFIG_VEXPRESS_CONFIG can also be dropped as it was a dependency for
CONFIG_POWER_RESET_VEXPRESS.

Cc: Catalin Marinas <catalin.marinas@arm.com>
Cc: Will Deacon <will@kernel.org>
Cc: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Cc: Linus Walleij <linus.walleij@linaro.org>
Reviewed-by: Sudeep Holla <sudeep.holla@arm.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Liviu Dudau <liviu.dudau@arm.com>
Signed-off-by: Rob Herring <robh@kernel.org>
arch/arm64/Kconfig.platforms

index 55d70cfe0f9e1edab5107449ca6e098c1dbbb151..5c38dc56b8083b671e55cca687dfbcbc5f253cb8 100644 (file)
@@ -278,8 +278,6 @@ config ARCH_VEXPRESS
        select GPIOLIB
        select PM
        select PM_GENERIC_DOMAINS
-       select POWER_RESET_VEXPRESS
-       select VEXPRESS_CONFIG
        help
          This enables support for the ARMv8 software model (Versatile
          Express).