Commit 56c6eed1 authored by Ludovic Barre's avatar Ludovic Barre Committed by Olof Johansson

ARM: stm32: add AMBA support for stm32 family

This patch enables AMBA support for stm32 family.
stm32 family embeds different amba pl180 variants.
Signed-off-by: default avatarLudovic Barre <ludovic.barre@st.com>
Signed-off-by: default avatarAlexandre Torgue <alexandre.torgue@st.com>
Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
parent 79a3aaa7
......@@ -4,6 +4,7 @@ menuconfig ARCH_STM32
select HAVE_ARM_ARCH_TIMER if ARCH_MULTI_V7
select ARM_GIC if ARCH_MULTI_V7
select ARM_PSCI if ARCH_MULTI_V7
select ARM_AMBA
select ARCH_HAS_RESET_CONTROLLER
select CLKSRC_STM32
select PINCTRL
......@@ -18,22 +19,18 @@ if ARM_SINGLE_ARMV7M
config MACH_STM32F429
bool "STMicroelectronics STM32F429"
select ARM_AMBA
default y
config MACH_STM32F469
bool "STMicroelectronics STM32F469"
select ARM_AMBA
default y
config MACH_STM32F746
bool "STMicroelectronics STM32F746"
select ARM_AMBA
default y
config MACH_STM32F769
bool "STMicroelectronics STM32F769"
select ARM_AMBA
default y
config MACH_STM32H743
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment