summaryrefslogtreecommitdiff
path: root/board/broadcom/bcmns3/Kconfig
blob: 8ce21f980d5cd8320b7fb1c8f25e2c6a8117d18a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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"

endif