ARM: stm32: Add AMBA support for STM32F4 and STM32F7 SoCs
authorPatrice Chotard <patrice.chotard@st.com>
Thu, 18 Jan 2018 14:34:00 +0000 (15:34 +0100)
committerAlexandre Torgue <alexandre.torgue@st.com>
Mon, 5 Mar 2018 08:08:50 +0000 (09:08 +0100)
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>
arch/arm/mach-stm32/Kconfig

index 5bc7f5ab61cde02a6ffbfc14d5bbccb9a9e1ed6a..713c068b953fb36187512bdfc1e2906e929dcf89 100644 (file)
@@ -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