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