summaryrefslogtreecommitdiff
path: root/board/freescale/ls1021aiot/Kconfig
diff options
context:
space:
mode:
authorFeng Li <feng.li_2@nxp.com>2016-11-03 14:15:17 +0800
committerYork Sun <york.sun@nxp.com>2016-11-21 09:20:32 -0800
commit20c700f8daee0b3995c5a6d2c5f69eef1c7acd4e (patch)
tree43d4381dfa0cf1358610dff19a5c482815478749 /board/freescale/ls1021aiot/Kconfig
parent21640db51b905aa9bee75a01ca89446ce4795ff1 (diff)
downloadu-boot-imx-20c700f8daee0b3995c5a6d2c5f69eef1c7acd4e.zip
u-boot-imx-20c700f8daee0b3995c5a6d2c5f69eef1c7acd4e.tar.gz
u-boot-imx-20c700f8daee0b3995c5a6d2c5f69eef1c7acd4e.tar.bz2
armv7: Add support of ls1021a-iot board
The patch adds support for Freescale ls1021a-iot board. Signed-off-by: Feng Li <feng.li_2@nxp.com> [YS: rewrite commit message, fix whitespace in Kconfig] Reviewed-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'board/freescale/ls1021aiot/Kconfig')
-rw-r--r--board/freescale/ls1021aiot/Kconfig15
1 files changed, 15 insertions, 0 deletions
diff --git a/board/freescale/ls1021aiot/Kconfig b/board/freescale/ls1021aiot/Kconfig
new file mode 100644
index 0000000..4a12c16
--- /dev/null
+++ b/board/freescale/ls1021aiot/Kconfig
@@ -0,0 +1,15 @@
+if TARGET_LS1021AIOT
+
+config SYS_BOARD
+ default "ls1021aiot"
+
+config SYS_VENDOR
+ default "freescale"
+
+config SYS_SOC
+ default "ls102xa"
+
+config SYS_CONFIG_NAME
+ default "ls1021aiot"
+
+endif