aboutsummaryrefslogtreecommitdiff
path: root/board/freescale/ls2080ardb/Kconfig
blob: 671eead5f7f006817a024684fd076464040179c2 (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 "freescale"

config SYS_SOC
	default "fsl-layerscape"

config SYS_CONFIG_NAME
	default "ls2080ardb"

endif