]> git.ipfire.org Git - people/ms/u-boot.git/blame - board/imx31_phycore/Kconfig
kconfig: remove redundant "string" type in arch and board Kconfigs
[people/ms/u-boot.git] / board / imx31_phycore / Kconfig
CommitLineData
dd84058d
MY
1if TARGET_IMX31_PHYCORE
2
3config SYS_CPU
dd84058d
MY
4 default "arm1136"
5
6config SYS_BOARD
dd84058d
MY
7 default "imx31_phycore"
8
9config SYS_SOC
dd84058d
MY
10 default "mx31"
11
12config SYS_CONFIG_NAME
dd84058d
MY
13 default "imx31_phycore"
14
15endif