]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/atmel/atstk1000/Kconfig
avr32: delete non generic board's atstk100{3, 4, 6}
[karo-tx-uboot.git] / board / atmel / atstk1000 / Kconfig
index 1a24409c6e847175c503a80911aea906e1ec9493..b4fa9a2b381fd69689be9a294e5be8dc50340cf2 100644 (file)
@@ -1,79 +1,15 @@
 if TARGET_ATSTK1002
 
 config SYS_BOARD
-       string
        default "atstk1000"
 
 config SYS_VENDOR
-       string
        default "atmel"
 
 config SYS_SOC
-       string
        default "at32ap700x"
 
 config SYS_CONFIG_NAME
-       string
        default "atstk1002"
 
 endif
-
-if TARGET_ATSTK1003
-
-config SYS_BOARD
-       string
-       default "atstk1000"
-
-config SYS_VENDOR
-       string
-       default "atmel"
-
-config SYS_SOC
-       string
-       default "at32ap700x"
-
-config SYS_CONFIG_NAME
-       string
-       default "atstk1003"
-
-endif
-
-if TARGET_ATSTK1004
-
-config SYS_BOARD
-       string
-       default "atstk1000"
-
-config SYS_VENDOR
-       string
-       default "atmel"
-
-config SYS_SOC
-       string
-       default "at32ap700x"
-
-config SYS_CONFIG_NAME
-       string
-       default "atstk1004"
-
-endif
-
-if TARGET_ATSTK1006
-
-config SYS_BOARD
-       string
-       default "atstk1000"
-
-config SYS_VENDOR
-       string
-       default "atmel"
-
-config SYS_SOC
-       string
-       default "at32ap700x"
-
-config SYS_CONFIG_NAME
-       string
-       default "atstk1006"
-
-endif