diff options
author | Nicolas Ferre <nicolas.ferre@atmel.com> | 2015-07-30 19:12:12 +0200 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2015-08-05 10:40:21 +0200 |
commit | c268a743103aebba8d81d3365107f7170653099e (patch) | |
tree | 57222dbf105402261ac9a04cf5fd5a897578d11c /arch/arm/mach-at91/Kconfig | |
parent | f15107f41282d5ae9c6c26832dcc485729821ccc (diff) | |
download | blackbird-op-linux-c268a743103aebba8d81d3365107f7170653099e.tar.gz blackbird-op-linux-c268a743103aebba8d81d3365107f7170653099e.zip |
ARM: at91/soc: add basic support for new sama5d2 SoC
Add Kconfig entries, header file changes and addition to the documentation.
The early debug infrastructure is also added for easy development.
Signed-off-by: Ludovic Desroches <ludovic.desroches@atmel.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Acked-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/mach-at91/Kconfig')
-rw-r--r-- | arch/arm/mach-at91/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm/mach-at91/Kconfig b/arch/arm/mach-at91/Kconfig index fd95f34945f4..89a755b90db2 100644 --- a/arch/arm/mach-at91/Kconfig +++ b/arch/arm/mach-at91/Kconfig @@ -8,6 +8,18 @@ menuconfig ARCH_AT91 select SOC_BUS if ARCH_AT91 +config SOC_SAMA5D2 + bool "SAMA5D2 family" if ARCH_MULTI_V7 + select SOC_SAMA5 + select CACHE_L2X0 + select HAVE_FB_ATMEL + select HAVE_AT91_UTMI + select HAVE_AT91_USB_CLK + select HAVE_AT91_H32MX + select HAVE_AT91_GENERATED_CLK + help + Select this if ou are using one of Atmel's SAMA5D2 family SoC. + config SOC_SAMA5D3 bool "SAMA5D3 family" if ARCH_MULTI_V7 select SOC_SAMA5 |