kconfig: remove redundant "string" type in arch and board Kconfigs
[oweals/u-boot.git] / board / ids / ids8247 / Kconfig
1 if TARGET_IDS8247
2
3 config SYS_BOARD
4         default "ids8247"
5
6 config SYS_VENDOR
7         default "ids"
8
9 config SYS_CONFIG_NAME
10         default "IDS8247"
11
12 endif