kconfig: remove redundant "string" type in arch and board Kconfigs
[oweals/u-boot.git] / board / schulercontrol / sc_sps_1 / Kconfig
index 30071ed74c1ac3d48f581c65d0ecd1b2e2a79381..379e53b55687ebb80d8de37a3e8ce05ca601fe6b 100644 (file)
@@ -1,23 +1,18 @@
 if TARGET_SC_SPS_1
 
 config SYS_CPU
-       string
        default "arm926ejs"
 
 config SYS_BOARD
-       string
        default "sc_sps_1"
 
 config SYS_VENDOR
-       string
        default "schulercontrol"
 
 config SYS_SOC
-       string
        default "mxs"
 
 config SYS_CONFIG_NAME
-       string
        default "sc_sps_1"
 
 endif