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