summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-stm32mp
diff options
context:
space:
mode:
authorDavid Jander <david@protonic.nl>2021-11-18 14:41:24 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2021-11-22 10:06:43 +0100
commiteb597858a8d96c5d01ba75500f102d9083b98b0e (patch)
treeac81e5df1176252eeb71b8e7536944fe65fe5415 /arch/arm/mach-stm32mp
parent9afabfa055940f2e3bb1dc195d686561e218aa8f (diff)
downloadbarebox-eb597858a8d96c5d01ba75500f102d9083b98b0e.tar.gz
barebox-eb597858a8d96c5d01ba75500f102d9083b98b0e.tar.xz
arm: boards: Add support for PRTT1x STM32MP151 based boards
- PRTT1A is a very simple 10Base-T1L Ethernet to 0-10V output converter module. - PRTT1S is a CO2- and RH measurement module with 10Base-T1L and PoDL power sink. - PRTT1C is a "white box switch" device, meant to control the other members of the PRTT1L family of devices, connected via 10Base-T1L and PoDL power. Signed-off-by: David Jander <david@protonic.nl> Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de> Link: https://lore.barebox.org/20211118134125.408959-1-o.rempel@pengutronix.de Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-stm32mp')
-rw-r--r--arch/arm/mach-stm32mp/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/mach-stm32mp/Kconfig b/arch/arm/mach-stm32mp/Kconfig
index 95d3dc510d..8328eb899a 100644
--- a/arch/arm/mach-stm32mp/Kconfig
+++ b/arch/arm/mach-stm32mp/Kconfig
@@ -31,4 +31,11 @@ config MACH_STM32MP15X_EV1
as SSBL on any STM32MP15X-EVAL platform, like the
STM32MP157C-EV1
+config MACH_PROTONIC_STM32MP1
+ select ARCH_STM32MP157
+ bool "Protonic PRTT1L family of boards"
+ help
+ Builds all barebox-prtt1*.img that can be deployed as SSBL
+ on the respective PRTT1L family board
+
endif