summaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
authorRouven Czerwinski <r.czerwinski@pengutronix.de>2020-11-09 14:44:28 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2020-11-12 11:44:43 +0100
commit927360595da06dd88103ed8fb9733cea2451dc44 (patch)
tree6783a4e3c15d27286d47ecc51be69fd2f97462ef /arch/arm/Kconfig
parentdc5e67bee2cc4755994dd464a2b783524a6be468 (diff)
downloadbarebox-927360595da06dd88103ed8fb9733cea2451dc44.tar.gz
barebox-927360595da06dd88103ed8fb9733cea2451dc44.tar.xz
ARM: vexpress: move Options to ARCH_VEXPRESS
In preparation for the qemu virt image, move the KConfig options from MACH_VEXPRESS to ARCH_VEXPRESS. Also remove the choice, since we allow multiple boards to be selected with HAVE_PBL_MULTI_IMAGES. Signed-off-by: Rouven Czerwinski <r.czerwinski@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index ea6d459dfe..a8ebfecd9b 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -223,6 +223,11 @@ config ARCH_VEXPRESS
select AMBA_SP804
select CLKDEV_LOOKUP
select COMMON_CLK
+ select COMMON_CLK_OF_PROVIDER
+ select OFTREE
+ select OFDEVICE
+ select RELOCATABLE
+ select HAVE_PBL_MULTI_IMAGES
config ARCH_TEGRA
bool "NVIDIA Tegra"