summaryrefslogtreecommitdiff
path: root/board/broadcom/bcm963158/Kconfig
diff options
context:
space:
mode:
authorPhilippe Reynes <philippe.reynes@softathome.com>2019-01-31 18:57:36 +0100
committerTom Rini <trini@konsulko.com>2019-02-09 07:50:59 -0500
commitbe2fc084d92fcb8092f6e925604072ca949f192f (patch)
treee1130ecb74c0c878b6d11044ea239768672f5836 /board/broadcom/bcm963158/Kconfig
parentea1a7de532823820739db2fa2ca8d62214bf6ce8 (diff)
bcm963158: add initial support
This add the initial support of the broadcom reference board bcm963158 with a bcm63158 SoC. This board has 1 GB of ram, 512 MB of flash (nand), 2 usb port, 1 uart, 4 ethernet ports (LAN), 1 ethernet port (WAN). Signed-off-by: Philippe Reynes <philippe.reynes@softathome.com>
Diffstat (limited to 'board/broadcom/bcm963158/Kconfig')
-rw-r--r--board/broadcom/bcm963158/Kconfig17
1 files changed, 17 insertions, 0 deletions
diff --git a/board/broadcom/bcm963158/Kconfig b/board/broadcom/bcm963158/Kconfig
new file mode 100644
index 0000000000..41b6adbb80
--- /dev/null
+++ b/board/broadcom/bcm963158/Kconfig
@@ -0,0 +1,17 @@
+if ARCH_BCM63158
+
+config SYS_VENDOR
+ default "broadcom"
+
+config SYS_BOARD
+ default "bcm963158"
+
+config SYS_CONFIG_NAME
+ default "broadcom_bcm963158"
+
+endif
+
+config TARGET_BCM963158
+ bool "Support Broadcom bcm963158"
+ depends on ARCH_BCM63158
+ select ARM64