]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/taskit/stamp9g20/Kconfig
kconfig: remove redundant "string" type in arch and board Kconfigs
[karo-tx-uboot.git] / board / taskit / stamp9g20 / Kconfig
index 3aecad90dfdce69bab5026ea29544d13ddfdbfe9..67be227b7279057f9257b15c4c470c7713216e31 100644 (file)
@@ -1,23 +1,18 @@
 if TARGET_STAMP9G20
 
 config SYS_CPU
-       string
        default "arm926ejs"
 
 config SYS_BOARD
-       string
        default "stamp9g20"
 
 config SYS_VENDOR
-       string
        default "taskit"
 
 config SYS_SOC
-       string
        default "at91"
 
 config SYS_CONFIG_NAME
-       string
        default "stamp9g20"
 
 endif