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