summaryrefslogtreecommitdiffstats
path: root/arch/arm
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2022-02-18 12:59:28 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2022-02-18 12:59:28 +0100
commit1e3859d8d6d0d4dfb7b5a54113b894768ad89d16 (patch)
tree8b21c3673d2b197f0a5577979df2c0e2b65d7180 /arch/arm
parentf9375977a24c276a9cee2b95d72fa3f3acc371a3 (diff)
parent398557fe59bb91113059b091ab86731fd97c49fc (diff)
downloadbarebox-1e3859d8d6d0d4dfb7b5a54113b894768ad89d16.tar.gz
barebox-1e3859d8d6d0d4dfb7b5a54113b894768ad89d16.tar.xz
Merge branch 'for-next/stm32'
Diffstat (limited to 'arch/arm')
-rw-r--r--arch/arm/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index fecbe39233..299e0ab080 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -29,6 +29,12 @@ config TEXT_BASE
menu "System Type"
+config ARCH_STM32
+ bool
+ help
+ Selected by both STM32 MCUs and MPUs to restrict driver
+ visibility.
+
choice
prompt "ARM system type"
@@ -185,6 +191,7 @@ config ARCH_S3C64xx
config ARCH_STM32MP
bool "STMicroelectronics STM32MP"
+ select ARCH_STM32
select CPU_V7
select HAVE_PBL_MULTI_IMAGES
select CLKDEV_LOOKUP