Skip to content

Commit

Permalink
ARM: debug: Enable DEBUG_BCM_5301X for Northstar Plus SoCs
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Florian Fainelli <[email protected]>
  • Loading branch information
ffainelli committed Jul 7, 2016
1 parent 423779c commit 2dc9e0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/arm/Kconfig.debug
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2dc9e0b

Please sign in to comment.