1if TARGET_BCMNS3
2
3config SYS_BOARD
4	default "bcmns3"
5
6config SYS_VENDOR
7	default "broadcom"
8
9config SYS_SOC
10	default "bcmns3"
11
12config SYS_CONFIG_NAME
13	default "bcm_ns3"
14
15config 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
22endif
23