arm: bcm281xx: add board with Ethernet capability

Add board which has Broadcom StarFighter2 Ethernet capability.

Signed-off-by: Steve Rae <srae@broadcom.com>
This commit is contained in:
Steve Rae 2014-08-01 20:37:17 -07:00 committed by Tom Rini
parent 799e125cca
commit a9a274c1eb
2 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,6 @@
BCM28155_W1D BOARD
M: Steve Rae <srae@broadcom.com>
S: Maintained
F: board/broadcom/bcm28155_ap/
F: include/configs/bcm28155_ap.h
F: configs/bcm28155_w1d_defconfig

View File

@ -0,0 +1,3 @@
CONFIG_SYS_EXTRA_OPTIONS="BCM_SF2_ETH,BCM_SF2_ETH_GMAC"
CONFIG_ARM=y
CONFIG_TARGET_BCM28155_AP=y