From 43486e4cd094eabdd514ed7a2376ca55655e506f Mon Sep 17 00:00:00 2001 From: Steve Rae Date: Thu, 2 Jun 2016 15:10:56 -0700 Subject: board: arm:: Add support for Broadcom BCM23550 Add support for the Broadcom BCM23550 board. Signed-off-by: Steve Rae --- board/broadcom/bcm23550_w1d/Kconfig | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 board/broadcom/bcm23550_w1d/Kconfig (limited to 'board/broadcom/bcm23550_w1d/Kconfig') 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 -- cgit v1.2.1