]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/gumstix/pepper/Kconfig
kconfig: remove redundant "string" type in arch and board Kconfigs
[karo-tx-uboot.git] / board / gumstix / pepper / Kconfig
index 290b428b68d3a8eea37739fabacb856969502e97..0b739551671cf10cba3a8e065e4f9d92a2b1c976 100644 (file)
@@ -1,23 +1,18 @@
 if TARGET_PEPPER
 
 config SYS_CPU
-       string
        default "armv7"
 
 config SYS_BOARD
-       string
        default "pepper"
 
 config SYS_VENDOR
-       string
        default "gumstix"
 
 config SYS_SOC
-       string
        default "am33xx"
 
 config SYS_CONFIG_NAME
-       string
        default "pepper"
 
 endif