aboutsummaryrefslogtreecommitdiff
path: root/board/broadcom/bcmns3/Kconfig
blob: cb73f98eaeed547764607863d65582abe89bff46 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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