summaryrefslogtreecommitdiffstats
path: root/board/freescale/mx28evk/Kconfig
blob: 2fe6f327ca1a6c6969e2badbb8839e38ad84b72e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
if TARGET_MX28EVK

config SYS_CPU
	string
	default "arm926ejs"

config SYS_BOARD
	string
	default "mx28evk"

config SYS_VENDOR
	string
	default "freescale"

config SYS_SOC
	string
	default "mxs"

config SYS_CONFIG_NAME
	string
	default "mx28evk"

endif
OpenPOWER on IntegriCloud