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)
commit6aec54a649576e59d20c7ed0b3f000b8b5dff56b
tree00c423ff782710b8ca0a7c54ab14b4fda66b391d
parent9b06fc39084e161da84a399b6b5dc524e673f51e
arm64: vexpress: Don't select CONFIG_POWER_RESET_VEXPRESS

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