summaryrefslogtreecommitdiff
path: root/board/freescale/mx7dsabresd/Kconfig
diff options
context:
space:
mode:
authorPeng Fan <Peng.Fan@freescale.com>2015-03-09 10:31:36 +0800
committerPeng Fan <Peng.Fan@freescale.com>2015-04-29 14:58:50 +0800
commitbb1922a17efc2d0b182a6c030de18a5aced6d645 (patch)
tree08b23ed8ef1ba97983caaef84955734236ab4001 /board/freescale/mx7dsabresd/Kconfig
parent7e755125b567174ccf2aa19e27667d8d1f8a0d24 (diff)
downloadu-boot-imx-bb1922a17efc2d0b182a6c030de18a5aced6d645.zip
u-boot-imx-bb1922a17efc2d0b182a6c030de18a5aced6d645.tar.gz
u-boot-imx-bb1922a17efc2d0b182a6c030de18a5aced6d645.tar.bz2
MLK-10362 imx: mx7dsabresd: Add support for MX7D SABRESD board
Add i.MX7D SABRESD board BSP codes, with enabled modules: UART, PMIC, USB/OTG, SD, eMMC, ENET, I2C, 74LV IOX. Build target: mx7dsabresd_config Signed-off-by: Peng Fan <Peng.Fan@freescale.com> Signed-off-by: Fugang Duan <B38611@freescale.com> Signed-off-by: Ye.Li <B37916@freescale.com> (cherry picked from commit 3bf52a153e2964d4fdc17f0e8cb816686cbb6c2b) Conflicts: boards.cfg
Diffstat (limited to 'board/freescale/mx7dsabresd/Kconfig')
-rw-r--r--board/freescale/mx7dsabresd/Kconfig15
1 files changed, 15 insertions, 0 deletions
diff --git a/board/freescale/mx7dsabresd/Kconfig b/board/freescale/mx7dsabresd/Kconfig
new file mode 100644
index 0000000..d7c6ae4
--- /dev/null
+++ b/board/freescale/mx7dsabresd/Kconfig
@@ -0,0 +1,15 @@
+if TARGET_MX7DSABRESD
+
+config SYS_BOARD
+ default "mx7dsabresd"
+
+config SYS_VENDOR
+ default "freescale"
+
+config SYS_SOC
+ default "mx7"
+
+config SYS_CONFIG_NAME
+ default "mx7dsabresd"
+
+endif