kconfig: remove redundant "string" type in arch and board Kconfigs
[oweals/u-boot.git] / board / bf537-stamp / Kconfig
1 if TARGET_BF537_STAMP
2
3 config SYS_BOARD
4         default "bf537-stamp"
5
6 config SYS_CONFIG_NAME
7         default "bf537-stamp"
8
9 endif