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

config SYS_CPU
	string
	default "mcf5227x"

config SYS_BOARD
	string
	default "m52277evb"

config SYS_VENDOR
	string
	default "freescale"

config SYS_CONFIG_NAME
	string
	default "M52277EVB"

endif
OpenPOWER on IntegriCloud