summaryrefslogtreecommitdiffstats
path: root/board/denx/m28evk/Kconfig
blob: b1c16c702b6debf09930d10f40b1b3b5d4ec2055 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
if TARGET_M28EVK

config SYS_CPU
	default "arm926ejs"

config SYS_BOARD
	default "m28evk"

config SYS_VENDOR
	default "denx"

config SYS_SOC
	default "mxs"

config SYS_CONFIG_NAME
	default "m28evk"

endif
OpenPOWER on IntegriCloud