Move default y configs out of arch/board Kconfig
[oweals/u-boot.git] / board / tqc / tqm5200 / Kconfig
index c692196550c52388c33ef23716981bfa792a0dbf..738dc8055160c74d2236694adad5b7aa8ee8bd17 100644 (file)
@@ -1,63 +1,25 @@
-if TARGET_AEV
-
-config SYS_BOARD
-       string
-       default "tqm5200"
-
-config SYS_VENDOR
-       string
-       default "tqc"
-
-config SYS_CONFIG_NAME
-       string
-       default "aev"
-
-endif
-
 if TARGET_CHARON
 
 config SYS_BOARD
-       string
        default "tqm5200"
 
 config SYS_VENDOR
-       string
        default "tqc"
 
 config SYS_CONFIG_NAME
-       string
        default "charon"
 
 endif
 
-if TARGET_TB5200
-
-config SYS_BOARD
-       string
-       default "tqm5200"
-
-config SYS_VENDOR
-       string
-       default "tqc"
-
-config SYS_CONFIG_NAME
-       string
-       default "TB5200"
-
-endif
-
 if TARGET_TQM5200
 
 config SYS_BOARD
-       string
        default "tqm5200"
 
 config SYS_VENDOR
-       string
        default "tqc"
 
 config SYS_CONFIG_NAME
-       string
        default "TQM5200"
 
 endif