summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-bcm283x/Kconfig
diff options
context:
space:
mode:
authorLucas Stach <l.stach@pengutronix.de>2017-03-01 15:31:37 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2017-03-02 09:11:24 +0100
commite8fab18835a1ba23c5c71c35c76effcd9d4d7f56 (patch)
tree8f813eacccf1a328ecc1a2f05ae88b289ad695df /arch/arm/mach-bcm283x/Kconfig
parente0e2a4d8cc4732d7dc320cf07b9213ded6875b6d (diff)
downloadbarebox-e8fab18835a1ba23c5c71c35c76effcd9d4d7f56.tar.gz
barebox-e8fab18835a1ba23c5c71c35c76effcd9d4d7f56.tar.xz
ARM: rpi: switch to DT probe and multi-image build
This commit switches the RaspberryPi arch over to probe Barebox from the builtin DT and enables multi-image builds. Signed-off-by: Lucas Stach <l.stach@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-bcm283x/Kconfig')
-rw-r--r--arch/arm/mach-bcm283x/Kconfig9
1 files changed, 4 insertions, 5 deletions
diff --git a/arch/arm/mach-bcm283x/Kconfig b/arch/arm/mach-bcm283x/Kconfig
index bb4fe95ab2..1457f114cc 100644
--- a/arch/arm/mach-bcm283x/Kconfig
+++ b/arch/arm/mach-bcm283x/Kconfig
@@ -7,20 +7,19 @@ config ARCH_TEXT_BASE
config MACH_RPI_COMMON
bool
-choice
- prompt "Broadcom Board type"
+menu "select Broadcom BCM283X boards to be built"
config MACH_RPI
bool "RaspberryPi (BCM2835/ARM1176JZF-S)"
- depends on ARCH_BCM2835
+ select CPU_V6
select MACH_RPI_COMMON
config MACH_RPI2
bool "RaspberryPi 2 (BCM2836/CORTEX-A7)"
- depends on ARCH_BCM2836
+ select CPU_V7
select MACH_RPI_COMMON
-endchoice
+endmenu
config MACH_RPI_DEBUG_UART_BASE
hex