]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ARM: restrict BCM_KONA_UART to ARCH_BCM_MOBILE
authorFlorian Fainelli <f.fainelli@gmail.com>
Thu, 6 Mar 2014 17:45:55 +0000 (09:45 -0800)
committerMatt Porter <mporter@linaro.org>
Fri, 14 Mar 2014 15:37:33 +0000 (11:37 -0400)
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>
arch/arm/Kconfig.debug

index 315ce91997b365e7f3b5821d4639a2a6a6278c52..5599a07f9a6bb7caffa0be999f0fb5baaf760a68 100644 (file)
@@ -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