aboutsummaryrefslogtreecommitdiffstats
path: root/roms/u-boot/board/broadcom/bcmns3/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'roms/u-boot/board/broadcom/bcmns3/Kconfig')
-rw-r--r--roms/u-boot/board/broadcom/bcmns3/Kconfig22
1 files changed, 22 insertions, 0 deletions
diff --git a/roms/u-boot/board/broadcom/bcmns3/Kconfig b/roms/u-boot/board/broadcom/bcmns3/Kconfig
new file mode 100644
index 000000000..cb73f98ea
--- /dev/null
+++ b/roms/u-boot/board/broadcom/bcmns3/Kconfig
@@ -0,0 +1,22 @@
+if TARGET_BCMNS3
+
+config SYS_BOARD
+ default "bcmns3"
+
+config SYS_VENDOR
+ default "broadcom"
+
+config SYS_SOC
+ default "bcmns3"
+
+config SYS_CONFIG_NAME
+ default "bcm_ns3"
+
+config CMD_BCM_EXT_UTILS
+ bool "Enable Broadcom-specific U-Boot commands"
+ default y
+ help
+ Enable Broadcom specific U-Boot commands such as error log setup
+ command or any other commands specific to NS3 platform.
+
+endif