aboutsummaryrefslogtreecommitdiff
path: root/configs/apalis_imx6_defconfig
diff options
context:
space:
mode:
authorMarcel Ziswiler <marcel.ziswiler@toradex.com>2019-02-08 18:12:14 +0100
committerStefano Babic <sbabic@denx.de>2019-04-13 20:30:08 +0200
commit72b49e2c1e52e25591a674304824396d75de992e (patch)
tree8a179e20aca0a1210e7fdc517575dfa3bbdee795 /configs/apalis_imx6_defconfig
parente17f37194def852343783fa97aa43a3cfba3f7e2 (diff)
downloadu-boot-72b49e2c1e52e25591a674304824396d75de992e.zip
u-boot-72b49e2c1e52e25591a674304824396d75de992e.tar.gz
u-boot-72b49e2c1e52e25591a674304824396d75de992e.tar.bz2
apalis_imx6: migrate mmc and sata to using driver model
Migrate MMC and SATA to using driver model. While at it also enable SCSI driver model. Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Diffstat (limited to 'configs/apalis_imx6_defconfig')
-rw-r--r--configs/apalis_imx6_defconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/apalis_imx6_defconfig b/configs/apalis_imx6_defconfig
index 7e973de..510161a 100644
--- a/configs/apalis_imx6_defconfig
+++ b/configs/apalis_imx6_defconfig
@@ -9,6 +9,7 @@ CONFIG_SPL_MMC_SUPPORT=y
CONFIG_SPL_SERIAL_SUPPORT=y
CONFIG_SPL=y
CONFIG_CMD_HDMIDETECT=y
+CONFIG_AHCI=y
CONFIG_DISTRO_DEFAULTS=y
CONFIG_NR_DRAM_BANKS=1
CONFIG_FIT=y
@@ -55,6 +56,7 @@ CONFIG_DWC_AHSATA=y
CONFIG_DFU_MMC=y
CONFIG_DM_GPIO=y
CONFIG_DM_I2C=y
+CONFIG_DM_MMC=y
CONFIG_FSL_ESDHC=y
CONFIG_PHYLIB=y
CONFIG_PHY_MICREL=y
@@ -67,6 +69,7 @@ CONFIG_DM_PMIC_PFUZE100=y
CONFIG_DM_REGULATOR=y
CONFIG_DM_REGULATOR_PFUZE100=y
CONFIG_DM_REGULATOR_FIXED=y
+CONFIG_DM_SCSI=y
CONFIG_IMX_THERMAL=y
CONFIG_USB=y
CONFIG_USB_KEYBOARD=y