Merge tag 'xilinx-for-v2021.01' of https://gitlab.denx.de/u-boot/custodians/u-boot...
[platform/kernel/u-boot.git] / board / broadcom / bcmns3 / Kconfig
1 if TARGET_BCMNS3
2
3 config SYS_BOARD
4         default "bcmns3"
5
6 config SYS_VENDOR
7         default "broadcom"
8
9 config SYS_SOC
10         default "bcmns3"
11
12 config SYS_CONFIG_NAME
13         default "bcm_ns3"
14
15 config CMD_BCM_EXT_UTILS
16         bool "Enable Broadcom-specific U-Boot commands"
17         default y
18         help
19           Enable Broadcom specific U-Boot commands such as error log setup
20           command or any other commands specific to NS3 platform.
21
22 endif