aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-ux500/Kconfig
diff options
context:
space:
mode:
authorRabin Vincent <rabin.vincent@stericsson.com>2010-05-03 07:38:06 +0100
committerRussell King <rmk+kernel@arm.linux.org.uk>2010-05-04 17:50:01 +0100
commit39a982b4cda1b9c129094a411962348827412d50 (patch)
treed0e4106fe04e593de9a641ff0e08661da69a2749 /arch/arm/mach-ux500/Kconfig
parentc9c0957286e73d01e98503f714d32180e6963757 (diff)
downloadkernel_samsung_smdk4412-39a982b4cda1b9c129094a411962348827412d50.zip
kernel_samsung_smdk4412-39a982b4cda1b9c129094a411962348827412d50.tar.gz
kernel_samsung_smdk4412-39a982b4cda1b9c129094a411962348827412d50.tar.bz2
ARM: 6079/1: ux500: allow choice of the DEBUG_LL UART
Allow the UART used for DEBUG_LL to be selected. Acked-by: Linus Walleij <linus.walleij@stericsson.com> Acked-by: Srinidhi Kasagar <srinidhi.kasagar@stericsson.com> Signed-off-by: Rabin Vincent <rabin.vincent@stericsson.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-ux500/Kconfig')
-rw-r--r--arch/arm/mach-ux500/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/mach-ux500/Kconfig b/arch/arm/mach-ux500/Kconfig
index 699588f..8ad5ee8 100644
--- a/arch/arm/mach-ux500/Kconfig
+++ b/arch/arm/mach-ux500/Kconfig
@@ -27,4 +27,11 @@ config MACH_U8500_MOP
on early drop silicon version of 8500.
endmenu
+config UX500_DEBUG_UART
+ int "Ux500 UART to use for low-level debug"
+ default 2
+ help
+ Choose the UART on which kernel low-level debug messages should be
+ output.
+
endif