From: Patrice Chotard Date: Thu, 18 Jan 2018 14:34:00 +0000 (+0100) Subject: ARM: stm32: Add AMBA support for STM32F4 and STM32F7 SoCs X-Git-Tag: v4.17-rc1~104^2~41^2~1 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=abdd50e96de86b433fbed0ea2fa3a7b0eb004c59;p=linux.git 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 Signed-off-by: Alexandre Torgue --- 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