summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-stm32mp/Kconfig
diff options
context:
space:
mode:
authorAhmad Fatoum <a.fatoum@pengutronix.de>2020-04-24 18:01:09 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2020-04-28 09:46:19 +0200
commit070db2f8886f859b58506bb48e0c6bb7f41fe9d2 (patch)
tree246bb57e250384a63998bdfc6cdde319661ec0f4 /arch/arm/mach-stm32mp/Kconfig
parent15d46bac2280def447c7fd74686d44d938c24556 (diff)
downloadbarebox-070db2f8886f859b58506bb48e0c6bb7f41fe9d2.tar.gz
barebox-070db2f8886f859b58506bb48e0c6bb7f41fe9d2.tar.xz
ARM: stm32mp: add Linux Automation MC-1 support
This adds support for the Linux Automation GmbH MC-1 board built around the Octavo Systems OSD32MP157C-512M SiP. The device tree is based on the one in linux-stm32/stm32-next, which will probably be merged for Linux v5.8-rc1. Instead of waiting that long, we import it here with some stuff removed/changed, so it's usable for both barebox and Linux, without the prerequisite patches. The non-barebox specific parts have been moved into separate DTSIs (arch/arm/dts/stm32mp{157c-lxa-mc1,15xx-osd32}.dtsi), so both can be dropped after the v5.8-rc1 sync with only include path change necessary in arch/arm/dts/stm32mp157c-lxa-mc1.dts. Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-stm32mp/Kconfig')
-rw-r--r--arch/arm/mach-stm32mp/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-stm32mp/Kconfig b/arch/arm/mach-stm32mp/Kconfig
index 9b55a3d218..6e816ef9d1 100644
--- a/arch/arm/mach-stm32mp/Kconfig
+++ b/arch/arm/mach-stm32mp/Kconfig
@@ -12,4 +12,8 @@ config MACH_STM32MP157C_DK2
select ARCH_STM32MP157
bool "STM32MP157C-DK2 board"
+config MACH_LXA_MC1
+ select ARCH_STM32MP157
+ bool "Linux Automation MC-1 board"
+
endif