]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - board/imx31_phycore/Kconfig
Merge branch 'master' of http://git.denx.de/u-boot-samsung
[karo-tx-uboot.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