diff options
author | Peter Robinson <pbrobinson@gmail.com> | 2024-02-18 11:16:20 +0000 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-03-04 10:25:47 -0500 |
commit | f861e38f5c6bdbc320bb88e5a1b4ad73e9f494b0 (patch) | |
tree | a9bcd28a4a38ce310145955bb2833b3bbe0a57db | |
parent | d07d868be38f2316e4e8818d4d8c30442b8a4fb0 (diff) |
remove Broadcom Northstar 2 Target entry
The Broadcom Northstar 2 support was removed when the
bcm958712k board was removed but the target entry was
missed so clean that up as well.
Fixes: d59bc09d829 ("arm: Remove bcm958712k board")
Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
-rw-r--r-- | arch/arm/Kconfig | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index c7c236bada7..65fa7ba4ce7 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -699,15 +699,6 @@ config TARGET_BCMNS ARMv7 Cortex-A9 SoC family including BCM4708, BCM47094, BCM5301x etc. -config TARGET_BCMNS2 - bool "Support Broadcom Northstar2" - select ARM64 - select GPIO_EXTRA_HEADER - help - Support for Broadcom Northstar 2 SoCs. NS2 is a quad-core 64-bit - ARMv8 Cortex-A57 processors targeting a broad range of networking - applications. - config TARGET_BCMNS3 bool "Support Broadcom NS3" select ARM64 |