Merge tag 'video-next' of https://gitlab.denx.de/u-boot/custodians/u-boot-video into...
[platform/kernel/u-boot.git] / board / freescale / t4qds / Kconfig
index f4b0ba2..f7c1a0c 100644 (file)
@@ -1,31 +1,14 @@
-if TARGET_T4240EMU
+if TARGET_T4160QDS || TARGET_T4240QDS
 
 config SYS_BOARD
-       string
        default "t4qds"
 
 config SYS_VENDOR
-       string
        default "freescale"
 
 config SYS_CONFIG_NAME
-       string
-       default "T4240EMU"
-
-endif
-
-if TARGET_T4240QDS
-
-config SYS_BOARD
-       string
-       default "t4qds"
-
-config SYS_VENDOR
-       string
-       default "freescale"
-
-config SYS_CONFIG_NAME
-       string
        default "T4240QDS"
 
+source "board/freescale/common/Kconfig"
+
 endif