kconfig: remove redundant "string" type in arch and board Kconfigs
[oweals/u-boot.git] / board / renesas / sh7753evb / Kconfig
index a1f4cd03ef1c166bb60f022ec0b166434721410f..8abdea0b13a59c74bfc77308d89577fe9c9754ff 100644 (file)
@@ -1,19 +1,15 @@
 if TARGET_SH7753EVB
 
 config SYS_CPU
-       string
        default "sh4"
 
 config SYS_BOARD
-       string
        default "sh7753evb"
 
 config SYS_VENDOR
-       string
        default "renesas"
 
 config SYS_CONFIG_NAME
-       string
        default "sh7753evb"
 
 endif