kconfig: remove redundant "string" type in arch and board Kconfigs
[oweals/u-boot.git] / board / ids / ids8247 / Kconfig
index a80af9e8aaf6e0e1af83d8c44a8680c542005582..bbab727d782dd29d00c4eddeb17037ef6e91321f 100644 (file)
@@ -1,15 +1,12 @@
 if TARGET_IDS8247
 
 config SYS_BOARD
-       string
        default "ids8247"
 
 config SYS_VENDOR
-       string
        default "ids"
 
 config SYS_CONFIG_NAME
-       string
        default "IDS8247"
 
 endif