summaryrefslogtreecommitdiff
path: root/configs/mx6sxsabreauto_defconfig
diff options
context:
space:
mode:
authorYe Li <ye.li@nxp.com>2017-03-06 22:37:17 +0800
committerYe Li <ye.li@nxp.com>2017-04-05 14:06:23 +0800
commit76e1c802c089ca8da340e2b4aabe9f1f9a80969f (patch)
tree83a3dbf880f895f915424e9bc344a92fe017813b /configs/mx6sxsabreauto_defconfig
parentdbf1c4a4c9bdc3f4c37036ecd07496ea85b0646e (diff)
downloadu-boot-imx-76e1c802c089ca8da340e2b4aabe9f1f9a80969f.zip
u-boot-imx-76e1c802c089ca8da340e2b4aabe9f1f9a80969f.tar.gz
u-boot-imx-76e1c802c089ca8da340e2b4aabe9f1f9a80969f.tar.bz2
MLK-14326-9 mx6sxsabreauto: Update board file and build configuration
Enable FEC, USB and QSPI DM driver in build configuration and update board file for them. Signed-off-by: Ye Li <ye.li@nxp.com>
Diffstat (limited to 'configs/mx6sxsabreauto_defconfig')
-rw-r--r--configs/mx6sxsabreauto_defconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/configs/mx6sxsabreauto_defconfig b/configs/mx6sxsabreauto_defconfig
index 91a2e67..8da39f7 100644
--- a/configs/mx6sxsabreauto_defconfig
+++ b/configs/mx6sxsabreauto_defconfig
@@ -33,6 +33,8 @@ CONFIG_DM_PCA953X=y
CONFIG_DM_I2C=y
CONFIG_DM_MMC=y
# CONFIG_DM_MMC_OPS is not set
+CONFIG_DM_SPI=y
+CONFIG_DM_SPI_FLASH=y
CONFIG_SPI_FLASH=y
CONFIG_SPI_FLASH_BAR=y
CONFIG_SPI_FLASH_STMICRO=y
@@ -44,6 +46,8 @@ CONFIG_DM_REGULATOR=y
CONFIG_DM_REGULATOR_PFUZE100=y
CONFIG_DM_REGULATOR_FIXED=y
CONFIG_DM_REGULATOR_GPIO=y
+CONFIG_DM_ETH=y
+CONFIG_DM_USB=y
CONFIG_FSL_QSPI=y
CONFIG_USB=y
CONFIG_USB_STORAGE=y