summaryrefslogtreecommitdiffstats
path: root/board/freescale/mx35pdk/Kconfig
blob: 5555b0ba378b03f4ef8aaf35d6b9b49e7d2b6fda (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
if TARGET_MX35PDK

config SYS_CPU
	string
	default "arm1136"

config SYS_BOARD
	string
	default "mx35pdk"

config SYS_VENDOR
	string
	default "freescale"

config SYS_SOC
	string
	default "mx35"

config SYS_CONFIG_NAME
	string
	default "mx35pdk"

endif
OpenPOWER on IntegriCloud