diff options
author | Florian Fainelli <f.fainelli@gmail.com> | 2016-07-01 02:10:10 +0200 |
---|---|---|
committer | Florian Fainelli <f.fainelli@gmail.com> | 2016-07-07 04:43:22 +0200 |
commit | 2dc9e0b9f162af7e2047176a31716eac5301916f (patch) | |
tree | 56ed1e07ba4b3cdd9b79a0a6af578b01b73bb943 /arch/arm/Kconfig.debug | |
parent | ARM: bcm: fix missing include of kona_l2_cache.h (diff) | |
download | linux-2dc9e0b9f162af7e2047176a31716eac5301916f.tar.xz linux-2dc9e0b9f162af7e2047176a31716eac5301916f.zip |
ARM: debug: Enable DEBUG_BCM_5301X for Northstar Plus SoCs
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>
Diffstat (limited to '')
-rw-r--r-- | arch/arm/Kconfig.debug | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/Kconfig.debug b/arch/arm/Kconfig.debug index 19a3dcf5eb2e..6912f4fbbe80 100644 --- a/arch/arm/Kconfig.debug +++ b/arch/arm/Kconfig.debug @@ -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 |