]> git.ipfire.org Git - people/ms/u-boot.git/commit
ARM: armv7: move CONFIG_ARMV7_PSCI to Kconfig
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Tue, 30 Aug 2016 07:22:22 +0000 (16:22 +0900)
committerTom Rini <trini@konsulko.com>
Wed, 7 Sep 2016 12:48:51 +0000 (08:48 -0400)
commit217f92bb79ea43df4d0fe47e31c28c01c721ad87
tree9511e1d54a7a1438d206eeaa0551a398aae702cb
parent5a3aae68c74e029ed29d22999ab6f22687382f2d
ARM: armv7: move CONFIG_ARMV7_PSCI to Kconfig

Add ARCH_SUPPORT_PSCI as a non-configurable option that platforms
can select.  Then, move CONFIG_ARMV7_PSCI, which is automatically
enabled if both ARMV7_NONSEC and ARCH_SUPPORT_PSCI are enabled.

Reviewed-by: Alexander Graf <agraf@suse.de>
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
14 files changed:
arch/arm/Kconfig
arch/arm/cpu/armv7/Kconfig
arch/arm/cpu/armv7/mx7/Kconfig
arch/arm/mach-tegra/tegra124/Kconfig
arch/arm/mach-uniphier/Kconfig
board/sunxi/Kconfig
include/configs/jetson-tk1.h
include/configs/ls1021aqds.h
include/configs/ls1021atwr.h
include/configs/mx7_common.h
include/configs/sun6i.h
include/configs/sun7i.h
include/configs/sun8i.h
include/configs/uniphier.h