NXP: Introduce board/freescale/common/Kconfig and migrate CHAIN_OF_TRUST
[oweals/u-boot.git] / board / freescale / t4qds / Kconfig
index ab34b9ef4c9e520b58196253647109415a51e688..f7c1a0c15dd1c86517b6e08933da6f5fa64a00cf 100644 (file)
@@ -1,17 +1,4 @@
-if TARGET_T4240EMU
-
-config SYS_BOARD
-       default "t4qds"
-
-config SYS_VENDOR
-       default "freescale"
-
-config SYS_CONFIG_NAME
-       default "T4240EMU"
-
-endif
-
-if TARGET_T4240QDS
+if TARGET_T4160QDS || TARGET_T4240QDS
 
 config SYS_BOARD
        default "t4qds"
@@ -22,4 +9,6 @@ config SYS_VENDOR
 config SYS_CONFIG_NAME
        default "T4240QDS"
 
+source "board/freescale/common/Kconfig"
+
 endif