summaryrefslogtreecommitdiff
path: root/board/freescale/mx7dsabresd/Kconfig
diff options
context:
space:
mode:
authorAdrian Alonso <aalonso@freescale.com>2015-09-03 16:49:28 (GMT)
committerStefano Babic <sbabic@denx.de>2015-09-13 08:11:54 (GMT)
commit1a8150d4b16fbafa6f1d207ddb85eda7dc399e2d (patch)
treed0ab7d1917554c24b42da7a689893de5602e546d /board/freescale/mx7dsabresd/Kconfig
parentcd562c8d07c0684a49edb41eedc207fed7690f56 (diff)
downloadu-boot-1a8150d4b16fbafa6f1d207ddb85eda7dc399e2d.tar.xz
imx: mx7dsabresd: Add support for MX7D SABRESD board
* Add i.MX7D SABRESD target board support 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> Signed-off-by: Adrian Alonso <aalonso@freescale.com>
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