]> git.karo-electronics.de Git - karo-tx-uboot.git/blob - board/shmin/Kconfig
kconfig: remove redundant "string" type in arch and board Kconfigs
[karo-tx-uboot.git] / board / shmin / Kconfig
1 if TARGET_SHMIN
2
3 config SYS_CPU
4         default "sh3"
5
6 config SYS_BOARD
7         default "shmin"
8
9 config SYS_CONFIG_NAME
10         default "shmin"
11
12 endif