]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ARM: debug: Enable DEBUG_BCM_5301X for Northstar Plus SoCs
authorFlorian Fainelli <f.fainelli@gmail.com>
Fri, 1 Jul 2016 00:10:10 +0000 (17:10 -0700)
committerFlorian Fainelli <f.fainelli@gmail.com>
Thu, 7 Jul 2016 02:43:22 +0000 (19:43 -0700)
Northstar Plus SoCs (ARCH_BCM_NSP) have the exact same UART location and
properties like the register shift of 0, so make it usable.

Acked-by: Jon Mason <jon.mason@broadcom.com>
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
arch/arm/Kconfig.debug

index 19a3dcf5eb2e5600563cbcd47599ba458a546260..6912f4fbbe80169ce9ae82a655e69e2e06ae487a 100644 (file)
@@ -138,8 +138,8 @@ choice
                select DEBUG_UART_PL01X
 
        config DEBUG_BCM_5301X
-               bool "Kernel low-level debugging on BCM5301X UART1"
-               depends on ARCH_BCM_5301X
+               bool "Kernel low-level debugging on BCM5301X/NSP UART1"
+               depends on ARCH_BCM_5301X || ARCH_BCM_NSP
                select DEBUG_UART_8250
 
        config DEBUG_BCM_KONA_UART