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

config SYS_CPU
	default "armv7"

config SYS_BOARD
	default "m53evk"

config SYS_VENDOR
	default "denx"

config SYS_SOC
	default "mx5"

config SYS_CONFIG_NAME
	default "m53evk"

endif
OpenPOWER on IntegriCloud