summaryrefslogtreecommitdiff
path: root/configs/mx7dsabresd_defconfig
diff options
context:
space:
mode:
authorPeng Fan <peng.fan@nxp.com>2017-02-06 16:50:58 +0800
committerYe Li <ye.li@nxp.com>2017-04-05 14:07:06 +0800
commitaac43b28e50300214a02212fb8ccc1c2fdf070de (patch)
tree9bea35d37bdeaaddd5361d2783c8f9bd0b801c72 /configs/mx7dsabresd_defconfig
parent2da488a857875858f11f5e44b96ebfd2cc12367d (diff)
downloadu-boot-imx-aac43b28e50300214a02212fb8ccc1c2fdf070de.zip
u-boot-imx-aac43b28e50300214a02212fb8ccc1c2fdf070de.tar.gz
u-boot-imx-aac43b28e50300214a02212fb8ccc1c2fdf070de.tar.bz2
MLK-14418-4 imx: mx7dsabresd: enable dm drivers
Enable GPIO/I2C/MMC/SPI/74X164 DM drivers. Discard mxc spi support. Signed-off-by: Peng Fan <peng.fan@nxp.com>
Diffstat (limited to 'configs/mx7dsabresd_defconfig')
-rw-r--r--configs/mx7dsabresd_defconfig17
1 files changed, 17 insertions, 0 deletions
diff --git a/configs/mx7dsabresd_defconfig b/configs/mx7dsabresd_defconfig
index 64e25f3..e7ac38d 100644
--- a/configs/mx7dsabresd_defconfig
+++ b/configs/mx7dsabresd_defconfig
@@ -30,15 +30,31 @@ CONFIG_CMD_DHCP=y
CONFIG_CMD_MII=y
CONFIG_CMD_PING=y
CONFIG_CMD_CACHE=y
+CONFIG_CMD_PMIC=y
+CONFIG_CMD_REGULATOR=y
CONFIG_CMD_EXT2=y
CONFIG_CMD_EXT4=y
CONFIG_CMD_EXT4_WRITE=y
CONFIG_CMD_FAT=y
CONFIG_OF_CONTROL=y
+# CONFIG_BLK is not set
CONFIG_DFU_MMC=y
CONFIG_DFU_RAM=y
+CONFIG_DM_GPIO=y
+CONFIG_DM_74X164=y
+CONFIG_DM_I2C=y
+CONFIG_DM_MMC=y
+# CONFIG_DM_MMC_OPS is not set
CONFIG_SPI_FLASH=y
CONFIG_SPI_FLASH_EON=y
+CONFIG_PINCTRL=y
+CONFIG_PINCTRL_IMX7=y
+CONFIG_DM_PMIC=y
+CONFIG_DM_PMIC_PFUZE100=y
+CONFIG_DM_REGULATOR=y
+CONFIG_DM_REGULATOR_PFUZE100=y
+CONFIG_DM_SPI=y
+CONFIG_SOFT_SPI=y
CONFIG_USB=y
CONFIG_USB_EHCI_HCD=y
CONFIG_MXC_USB_OTG_HACTIVE=y
@@ -49,3 +65,4 @@ CONFIG_USB_GADGET_DOWNLOAD=y
CONFIG_G_DNL_MANUFACTURER="FSL"
CONFIG_G_DNL_VENDOR_NUM=0x0525
CONFIG_G_DNL_PRODUCT_NUM=0xa4a5
+CONFIG_ERRNO_STR=y