summaryrefslogtreecommitdiff
path: root/board/broadcom/bcmns/Kconfig
blob: 82f4709e2d2d1d419b3b1b443b48589d17b3d433 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
if TARGET_BCMNS

config SYS_BOARD
	default "bcmns"

config SYS_VENDOR
	default "broadcom"

config SYS_CONFIG_NAME
	default "bcmns"

endif