summaryrefslogtreecommitdiff
path: root/board/nxp/ls2080ardb/Kconfig
blob: 1f057a7690bf2d1ff59edf8eb4c05c47dcb24671 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
if TARGET_LS2080ARDB || TARGET_LS2081ARDB

config SYS_BOARD
	default "ls2080ardb"

config SYS_VENDOR
	default "nxp"

config SYS_SOC
	default "fsl-layerscape"

config SYS_CONFIG_NAME
	default "ls2080ardb"

endif