aboutsummaryrefslogtreecommitdiff
path: root/board/broadcom/bcmns3/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'board/broadcom/bcmns3/Kconfig')
-rw-r--r--board/broadcom/bcmns3/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/board/broadcom/bcmns3/Kconfig b/board/broadcom/bcmns3/Kconfig
index 8ce21f9..cb73f98 100644
--- a/board/broadcom/bcmns3/Kconfig
+++ b/board/broadcom/bcmns3/Kconfig
@@ -12,4 +12,11 @@ config SYS_SOC
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