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/Kconfig.debug | |
parent | f15107f41282d5ae9c6c26832dcc485729821ccc (diff) | |
download | op-kernel-dev-c268a743103aebba8d81d3365107f7170653099e.zip op-kernel-dev-c268a743103aebba8d81d3365107f7170653099e.tar.gz |
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/Kconfig.debug')
-rw-r--r-- | arch/arm/Kconfig.debug | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/Kconfig.debug b/arch/arm/Kconfig.debug index a2e16f9..946c8c0 100644 --- a/arch/arm/Kconfig.debug +++ b/arch/arm/Kconfig.debug @@ -141,6 +141,12 @@ choice depends on ARCH_AT91 depends on SOC_SAMA5 + config AT91_DEBUG_LL_DBGU3 + bool "Kernel low-level debugging on sama5d2" + select DEBUG_AT91_UART + depends on ARCH_AT91 + depends on SOC_SAMA5 + config DEBUG_BCM2835 bool "Kernel low-level debugging on BCM2835 PL011 UART" depends on ARCH_BCM2835 |