summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Chotard <patrice.chotard@st.com>2018-01-18 15:34:00 +0100
committerAlexandre Torgue <alexandre.torgue@st.com>2018-03-05 09:08:50 +0100
commitabdd50e96de86b433fbed0ea2fa3a7b0eb004c59 (patch)
treeb92f19d9cfe177a6d633238dd5e46062cb8a58e3
parentf7dcb04475b24e8c655aa8f285450ada17c16ebf (diff)
ARM: stm32: Add AMBA support for STM32F4 and STM32F7 SoCs
As both STM32F4 and STM32F7 SoCs embeds an AMBA PL180 mmci IP, we need to enable AMBA support in mach-stm32. Signed-off-by: Patrice Chotard <patrice.chotard@st.com> Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com>
-rw-r--r--arch/arm/mach-stm32/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-stm32/Kconfig b/arch/arm/mach-stm32/Kconfig
index 5bc7f5ab61cd..713c068b953f 100644
--- a/arch/arm/mach-stm32/Kconfig
+++ b/arch/arm/mach-stm32/Kconfig
@@ -18,18 +18,22 @@ 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