arm: convert Cygnus and NSP boards to Kconfig

Convert the bcm958300k and the bcm958622hr boards from "boards.cfg" to Kconfig.

Signed-off-by: Steve Rae <srae@broadcom.com>
This commit is contained in:
Steve Rae
2014-08-11 13:58:26 -07:00
committed by Tom Rini
parent da1f5ac295
commit 9dec5270be
7 changed files with 72 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
if TARGET_BCM958300K
config SYS_CPU
string
default "armv7"
config SYS_BOARD
string
default "bcm_ep"
config SYS_VENDOR
string
default "broadcom"
config SYS_SOC
string
default "bcmcygnus"
config SYS_CONFIG_NAME
string
default "bcm_ep_board"
endif

View File

@@ -0,0 +1,6 @@
Broadcom: Cygnus
M: Steve Rae <srae@broadcom.com>
S: Maintained
F: board/broadcom/bcm958300k/
F: include/configs/bcm_ep_board.h
F: configs/bcm958300k_defconfig

View File

@@ -0,0 +1,23 @@
if TARGET_BCM958622HR
config SYS_CPU
string
default "armv7"
config SYS_BOARD
string
default "bcm_ep"
config SYS_VENDOR
string
default "broadcom"
config SYS_SOC
string
default "bcmnsp"
config SYS_CONFIG_NAME
string
default "bcm_ep_board"
endif

View File

@@ -0,0 +1,6 @@
Broadcom: Northstar Plus
M: Steve Rae <srae@broadcom.com>
S: Maintained
F: board/broadcom/bcm958622hr/
F: include/configs/bcm_ep_board.h
F: configs/bcm958622hr_defconfig