summaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig.debug
diff options
context:
space:
mode:
authorFlorian Fainelli2014-03-06 18:45:55 +0100
committerMatt Porter2014-03-14 16:37:33 +0100
commit7aa2077b55b530fac878e7c05fc970a778eb3950 (patch)
treefbf98a88885f1604a04027aad0d29c35caf1a5e9 /arch/arm/Kconfig.debug
parentARM: bcm21664: Add board support. (diff)
downloadkernel-qcow2-linux-7aa2077b55b530fac878e7c05fc970a778eb3950.tar.gz
kernel-qcow2-linux-7aa2077b55b530fac878e7c05fc970a778eb3950.tar.xz
kernel-qcow2-linux-7aa2077b55b530fac878e7c05fc970a778eb3950.zip
ARM: restrict BCM_KONA_UART to ARCH_BCM_MOBILE
Low-level debugging using the Broadcom Kona UART only makes sense on the ARCH_BCM_MOBILE platform and would otherwise prevent ARCH_BCM_63XX from picking up the right UART implementation by default. Signed-off-by: Florian Fainelli <f.fainelli@gmail.com> Reviewed-by: Tim Kryger <tim.kryger@linaro.org> Signed-off-by: Matt Porter <mporter@linaro.org>
Diffstat (limited to 'arch/arm/Kconfig.debug')
-rw-r--r--arch/arm/Kconfig.debug2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/Kconfig.debug b/arch/arm/Kconfig.debug
index 315ce91997b3..5599a07f9a6b 100644
--- a/arch/arm/Kconfig.debug
+++ b/arch/arm/Kconfig.debug
@@ -113,7 +113,7 @@ choice
config DEBUG_BCM_KONA_UART
bool "Kernel low-level debugging messages via BCM KONA UART"
- depends on ARCH_BCM
+ depends on ARCH_BCM_MOBILE
select DEBUG_UART_8250
help
Say Y here if you want kernel low-level debugging support