summaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig.debug
diff options
context:
space:
mode:
authorNicolas Ferre2014-09-15 18:15:54 +0200
committerNicolas Ferre2014-09-22 11:39:05 +0200
commit2dc850b62e5b727a5413b60197cdddf92ab4f1a2 (patch)
tree6a5436ba54c8d2124a7b9ea16e18b7517b42bfe7 /arch/arm/Kconfig.debug
parentclk: at91: add a driver for the h32mx clock (diff)
downloadkernel-qcow2-linux-2dc850b62e5b727a5413b60197cdddf92ab4f1a2.tar.gz
kernel-qcow2-linux-2dc850b62e5b727a5413b60197cdddf92ab4f1a2.tar.xz
kernel-qcow2-linux-2dc850b62e5b727a5413b60197cdddf92ab4f1a2.zip
ARM: at91: introduce basic SAMA5D4 support
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com> Acked-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Diffstat (limited to 'arch/arm/Kconfig.debug')
-rw-r--r--arch/arm/Kconfig.debug4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/Kconfig.debug b/arch/arm/Kconfig.debug
index b11ad54f8d17..7b44db208f10 100644
--- a/arch/arm/Kconfig.debug
+++ b/arch/arm/Kconfig.debug
@@ -101,6 +101,10 @@ choice
bool "Kernel low-level debugging on 9263 and 9g45"
depends on HAVE_AT91_DBGU1
+ config AT91_DEBUG_LL_DBGU2
+ bool "Kernel low-level debugging on sama5d4"
+ depends on HAVE_AT91_DBGU2
+
config DEBUG_BCM2835
bool "Kernel low-level debugging on BCM2835 PL011 UART"
depends on ARCH_BCM2835