Skip to content

Commit 2dc9e0b

Browse files
committed
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>
1 parent 423779c commit 2dc9e0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arch/arm/Kconfig.debug

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,8 @@ choice
138138
select DEBUG_UART_PL01X
139139

140140
config DEBUG_BCM_5301X
141-
bool "Kernel low-level debugging on BCM5301X UART1"
142-
depends on ARCH_BCM_5301X
141+
bool "Kernel low-level debugging on BCM5301X/NSP UART1"
142+
depends on ARCH_BCM_5301X || ARCH_BCM_NSP
143143
select DEBUG_UART_8250
144144

145145
config DEBUG_BCM_KONA_UART

0 commit comments

Comments
 (0)