kconfig: remove redundant "string" type in arch and board Kconfigs
[oweals/u-boot.git] / board / atmel / at91sam9261ek / Kconfig
index 63dcdd8da0825995223026c34b0544b726001444..301bf1a61c6fe1cdc9dcd691a1889f5d83720211 100644 (file)
@@ -1,23 +1,18 @@
 if TARGET_AT91SAM9261EK
 
 config SYS_CPU
-       string
        default "arm926ejs"
 
 config SYS_BOARD
-       string
        default "at91sam9261ek"
 
 config SYS_VENDOR
-       string
        default "atmel"
 
 config SYS_SOC
-       string
        default "at91"
 
 config SYS_CONFIG_NAME
-       string
        default "at91sam9261ek"
 
 endif