]> git.ipfire.org Git - people/ms/u-boot.git/blob - board/imx31_phycore/Kconfig
cf3358dfe0ab7091b93f80df79d93a1e94998e1e
[people/ms/u-boot.git] / board / imx31_phycore / Kconfig
1 if TARGET_IMX31_PHYCORE
2
3 config SYS_CPU
4 default "arm1136"
5
6 config SYS_BOARD
7 default "imx31_phycore"
8
9 config SYS_SOC
10 default "mx31"
11
12 config SYS_CONFIG_NAME
13 default "imx31_phycore"
14
15 endif