summaryrefslogtreecommitdiffstats
path: root/board/freescale/mx6sxsabreauto/Kconfig
diff options
context:
space:
mode:
authorYe Li <ye.li@nxp.com>2016-02-01 10:41:32 +0800
committerStefano Babic <sbabic@denx.de>2016-02-02 21:04:21 +0100
commitcf94a3427abf2fdf3355f251aacce82305136fac (patch)
tree0fa958dbfd36b0c428c10e7bc148abffb38c521e /board/freescale/mx6sxsabreauto/Kconfig
parentd4d1dd674977fc7be30bd1f113b564247236ed60 (diff)
downloadblackbird-obmc-uboot-cf94a3427abf2fdf3355f251aacce82305136fac.tar.gz
blackbird-obmc-uboot-cf94a3427abf2fdf3355f251aacce82305136fac.zip
imx: mx6sxsabreauto: Add support for mx6sx SABREAUTO board
Initial version for mx6sx SABREAUTO board support with features: PMIC, QSPI, NAND flash, SD/MMC, USB, Ethernet, I2C, IO Expander. Signed-off-by: Ye Li <ye.li@nxp.com>
Diffstat (limited to 'board/freescale/mx6sxsabreauto/Kconfig')
-rw-r--r--board/freescale/mx6sxsabreauto/Kconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/board/freescale/mx6sxsabreauto/Kconfig b/board/freescale/mx6sxsabreauto/Kconfig
new file mode 100644
index 0000000000..ae2ea02439
--- /dev/null
+++ b/board/freescale/mx6sxsabreauto/Kconfig
@@ -0,0 +1,12 @@
+if TARGET_MX6SXSABREAUTO
+
+config SYS_BOARD
+ default "mx6sxsabreauto"
+
+config SYS_VENDOR
+ default "freescale"
+
+config SYS_CONFIG_NAME
+ default "mx6sxsabreauto"
+
+endif
OpenPOWER on IntegriCloud