summaryrefslogtreecommitdiffstats
path: root/board/freescale/ls1021atwr/Kconfig
blob: 312f9388fc0c7679ba3d5bad9f323f02c6abc058 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
if TARGET_LS1021ATWR

config SYS_CPU
	default "armv7"

config SYS_BOARD
	default "ls1021atwr"

config SYS_VENDOR
	default "freescale"

config SYS_SOC
	default "ls102xa"

config SYS_CONFIG_NAME
	default "ls1021atwr"

endif
OpenPOWER on IntegriCloud