]> git.sur5r.net Git - u-boot/blobdiff - board/esd/cpci405/Kconfig
armv7/ls1021atwr: added deep sleep support in uboot
[u-boot] / board / esd / cpci405 / Kconfig
index 0b9f9f4bed5f0b6664e3fa511be62d612330246c..0df275517766e84af4455875da4ee9bdc63dfde9 100644 (file)
@@ -1,63 +1,12 @@
-if TARGET_CPCI405
-
-config SYS_BOARD
-       string
-       default "cpci405"
-
-config SYS_VENDOR
-       string
-       default "esd"
-
-config SYS_CONFIG_NAME
-       string
-       default "CPCI405"
-
-endif
-
 if TARGET_CPCI4052
 
 config SYS_BOARD
-       string
        default "cpci405"
 
 config SYS_VENDOR
-       string
        default "esd"
 
 config SYS_CONFIG_NAME
-       string
        default "CPCI4052"
 
 endif
-
-if TARGET_CPCI405AB
-
-config SYS_BOARD
-       string
-       default "cpci405"
-
-config SYS_VENDOR
-       string
-       default "esd"
-
-config SYS_CONFIG_NAME
-       string
-       default "CPCI405AB"
-
-endif
-
-if TARGET_CPCI405DT
-
-config SYS_BOARD
-       string
-       default "cpci405"
-
-config SYS_VENDOR
-       string
-       default "esd"
-
-config SYS_CONFIG_NAME
-       string
-       default "CPCI405DT"
-
-endif