summaryrefslogtreecommitdiffstats
path: root/board/freescale/m5282evb/Kconfig
blob: 33e98a7c524bb717b276b307c6bee3254fc88231 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
if TARGET_M5282EVB

config SYS_CPU
	string
	default "mcf52x2"

config SYS_BOARD
	string
	default "m5282evb"

config SYS_VENDOR
	string
	default "freescale"

config SYS_CONFIG_NAME
	string
	default "M5282EVB"

endif
OpenPOWER on IntegriCloud