aboutsummaryrefslogtreecommitdiffstats
path: root/roms/u-boot/board/freescale/t104xrdb/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'roms/u-boot/board/freescale/t104xrdb/Kconfig')
-rw-r--r--roms/u-boot/board/freescale/t104xrdb/Kconfig16
1 files changed, 16 insertions, 0 deletions
diff --git a/roms/u-boot/board/freescale/t104xrdb/Kconfig b/roms/u-boot/board/freescale/t104xrdb/Kconfig
new file mode 100644
index 000000000..e6e46fa12
--- /dev/null
+++ b/roms/u-boot/board/freescale/t104xrdb/Kconfig
@@ -0,0 +1,16 @@
+if TARGET_T1040RDB || TARGET_T1040D4RDB || \
+ TARGET_T1042RDB || TARGET_T1042D4RDB || \
+ TARGET_T1042RDB_PI
+
+config SYS_BOARD
+ default "t104xrdb"
+
+config SYS_VENDOR
+ default "freescale"
+
+config SYS_CONFIG_NAME
+ default "T104xRDB"
+
+source "board/freescale/common/Kconfig"
+
+endif