summaryrefslogtreecommitdiffstats
path: root/board/broadcom/bcm23550_w1d/Kconfig
diff options
context:
space:
mode:
authorSteve Rae <srae@broadcom.com>2016-06-02 15:10:56 -0700
committerTom Rini <trini@konsulko.com>2016-06-13 08:56:02 -0400
commit43486e4cd094eabdd514ed7a2376ca55655e506f (patch)
tree1cd8a75a92492366e98fe83343c946036a2d1245 /board/broadcom/bcm23550_w1d/Kconfig
parent1e031249a53e38d9b8290fa99106477c231bf2dd (diff)
downloadtalos-obmc-uboot-43486e4cd094eabdd514ed7a2376ca55655e506f.tar.gz
talos-obmc-uboot-43486e4cd094eabdd514ed7a2376ca55655e506f.zip
board: arm:: Add support for Broadcom BCM23550
Add support for the Broadcom BCM23550 board. Signed-off-by: Steve Rae <srae@broadcom.com>
Diffstat (limited to 'board/broadcom/bcm23550_w1d/Kconfig')
-rw-r--r--board/broadcom/bcm23550_w1d/Kconfig15
1 files changed, 15 insertions, 0 deletions
diff --git a/board/broadcom/bcm23550_w1d/Kconfig b/board/broadcom/bcm23550_w1d/Kconfig
new file mode 100644
index 0000000000..007a127250
--- /dev/null
+++ b/board/broadcom/bcm23550_w1d/Kconfig
@@ -0,0 +1,15 @@
+if TARGET_BCM23550_W1D
+
+config SYS_BOARD
+ default "bcm23550_w1d"
+
+config SYS_VENDOR
+ default "broadcom"
+
+config SYS_SOC
+ default "bcm235xx"
+
+config SYS_CONFIG_NAME
+ default "bcm23550_w1d"
+
+endif
OpenPOWER on IntegriCloud