summaryrefslogtreecommitdiffstats
path: root/board/imx31_phycore/Kconfig
blob: c74f4a60cd448e77b62899a5ec75f89d8af20f48 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
if TARGET_IMX31_PHYCORE

config SYS_CPU
	string
	default "arm1136"

config SYS_BOARD
	string
	default "imx31_phycore"

config SYS_SOC
	string
	default "mx31"

config SYS_CONFIG_NAME
	string
	default "imx31_phycore"

endif
OpenPOWER on IntegriCloud