kconfig: remove redundant "string" type in arch and board Kconfigs
[oweals/u-boot.git] / board / isee / igep00x0 / Kconfig
index c9352fdc8899e18f1b6908bffded3cf8af53e135..aa46882b051da2b90374e37f06cb6cafe69b9796 100644 (file)
@@ -1,15 +1,12 @@
 if TARGET_OMAP3_IGEP00X0
 
 config SYS_BOARD
-       string
        default "igep00x0"
 
 config SYS_VENDOR
-       string
        default "isee"
 
 config SYS_CONFIG_NAME
-       string
        default "omap3_igep00x0"
 
 endif