X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=board%2Ffreescale%2Ft102xrdb%2FKconfig;h=6deeb248a3006facbd873e66a4e7de4d2ddb80d7;hb=c91001f608597a727261449b3c6fd3afe7d6551c;hp=10d49f5831c0036003fc41bde22700abfc4780e2;hpb=d51aae64236878b72283bd135df716e30f7f5ded;p=u-boot diff --git a/board/freescale/t102xrdb/Kconfig b/board/freescale/t102xrdb/Kconfig index 10d49f5831..6deeb248a3 100644 --- a/board/freescale/t102xrdb/Kconfig +++ b/board/freescale/t102xrdb/Kconfig @@ -1,4 +1,4 @@ -if TARGET_T102XRDB +if TARGET_T1023RDB || TARGET_T1024RDB config SYS_BOARD default "t102xrdb" @@ -9,4 +9,6 @@ config SYS_VENDOR config SYS_CONFIG_NAME default "T102xRDB" +source "board/freescale/common/Kconfig" + endif