aboutsummaryrefslogtreecommitdiff
path: root/board/freescale/ls1088a/Kconfig
blob: a4d822347161d8a9fd112abe70110f8246e57a4e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
if TARGET_LS1088ARDB

config SYS_BOARD
	default "ls1088a"

config SYS_VENDOR
	default "freescale"

config SYS_SOC
	default "fsl-layerscape"

config SYS_CONFIG_NAME
	default "ls1088ardb"

endif