Skip to content

Commit

Permalink
ARM: stm32: Add AMBA support for STM32F4 and STM32F7 SoCs
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Alexandre Torgue <[email protected]>
  • Loading branch information
pchotard authored and atorgue committed Mar 5, 2018
1 parent f7dcb04 commit abdd50e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions arch/arm/mach-stm32/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit abdd50e

Please sign in to comment.