aboutsummaryrefslogtreecommitdiffstats
path: root/roms/u-boot/board/freescale/ls1021aqds/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'roms/u-boot/board/freescale/ls1021aqds/Kconfig')
-rw-r--r--roms/u-boot/board/freescale/ls1021aqds/Kconfig17
1 files changed, 17 insertions, 0 deletions
diff --git a/roms/u-boot/board/freescale/ls1021aqds/Kconfig b/roms/u-boot/board/freescale/ls1021aqds/Kconfig
new file mode 100644
index 000000000..60b847299
--- /dev/null
+++ b/roms/u-boot/board/freescale/ls1021aqds/Kconfig
@@ -0,0 +1,17 @@
+if TARGET_LS1021AQDS
+
+config SYS_BOARD
+ default "ls1021aqds"
+
+config SYS_VENDOR
+ default "freescale"
+
+config SYS_SOC
+ default "ls102xa"
+
+config SYS_CONFIG_NAME
+ default "ls1021aqds"
+
+source "board/freescale/common/Kconfig"
+
+endif