summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-vexpress/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/mach-vexpress/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/mach-vexpress/Kconfig')
-rw-r--r--arch/arm/mach-vexpress/Kconfig9
1 files changed, 0 insertions, 9 deletions
diff --git a/arch/arm/mach-vexpress/Kconfig b/arch/arm/mach-vexpress/Kconfig
index aaa535f073..38b9dffb17 100644
--- a/arch/arm/mach-vexpress/Kconfig
+++ b/arch/arm/mach-vexpress/Kconfig
@@ -4,17 +4,8 @@ config ARCH_TEXT_BASE
hex
default 0x0
-choice
- prompt "ARM Board type"
-
config MACH_VEXPRESS
bool "ARM Vexpress"
- select RELOCATABLE
- select HAVE_PBL_MULTI_IMAGES
- select OFTREE
- select OFDEVICE
- select COMMON_CLK_OF_PROVIDER
-endchoice
endif