summaryrefslogtreecommitdiffstats
path: root/board/freescale/mx25pdk/Kconfig
blob: a693239701b9662a534647513ce53a2688e41ac6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
if TARGET_MX25PDK

config SYS_CPU
	default "arm926ejs"

config SYS_BOARD
	default "mx25pdk"

config SYS_VENDOR
	default "freescale"

config SYS_SOC
	default "mx25"

config SYS_CONFIG_NAME
	default "mx25pdk"

endif
OpenPOWER on IntegriCloud