blob: cb73f98eaeed547764607863d65582abe89bff46 [file] [log] [blame]
Rayagonda Kokatanur1d8fa362020-07-15 22:48:55 +05301if 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
Vladimir Olovyannikov8724b972020-08-20 20:41:07 +053015config 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
Rayagonda Kokatanur1d8fa362020-07-15 22:48:55 +053022endif