summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-bcm283x/Kconfig
diff options
context:
space:
mode:
authorAhmad Fatoum <a.fatoum@pengutronix.de>2022-06-09 07:59:19 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2022-06-17 08:28:55 +0200
commit4f6ab07e2d485acc05316c3982670e5a5800caa2 (patch)
tree851a65501eab7abe107211c1905887448f8932dd /arch/arm/mach-bcm283x/Kconfig
parent0a0c07e802f8de093beb8a3aeab9cf04dce41adb (diff)
downloadbarebox-4f6ab07e2d485acc05316c3982670e5a5800caa2.tar.gz
barebox-4f6ab07e2d485acc05316c3982670e5a5800caa2.tar.xz
ARM: rpi: add Raspberry Pi 4 support
With basic driver support added in previous commits, add the boilerplate to have barebox-raspberry-pi.img usable as bootloader for the Raspberry Pi 4 in 64-Bit mode. Tested peripherals: - SD-Card - pinctrl - clocksource - mini-UART Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de> Link: https://lore.barebox.org/20220609055922.667016-19-a.fatoum@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/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/mach-bcm283x/Kconfig b/arch/arm/mach-bcm283x/Kconfig
index 3800642440..48209fb5c6 100644
--- a/arch/arm/mach-bcm283x/Kconfig
+++ b/arch/arm/mach-bcm283x/Kconfig
@@ -49,6 +49,11 @@ config MACH_RPI_CM3
select MACH_RPI_COMMON
depends on 32BIT || (64BIT && !MMU_EARLY)
+config MACH_RPI4
+ bool "RaspberryPi 4 (BCM2711/CORTEX-A72)"
+ select MACH_RPI_AARCH_32_64
+ select MACH_RPI_COMMON
+
endmenu
endif