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