diff options
Diffstat (limited to 'configs')
-rw-r--r-- | configs/hikey_defconfig | 1 | ||||
-rw-r--r-- | configs/poplar_defconfig | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/configs/hikey_defconfig b/configs/hikey_defconfig index 3bc5ceb5d8..e9a9857322 100644 --- a/configs/hikey_defconfig +++ b/configs/hikey_defconfig @@ -18,6 +18,7 @@ CONFIG_DEFAULT_DEVICE_TREE="hi6220-hikey" CONFIG_ENV_IS_IN_FAT=y CONFIG_ENV_FAT_INTERFACE="mmc" CONFIG_ENV_FAT_DEVICE_AND_PART="1:1" +CONFIG_DM_MMC=y CONFIG_MMC_DW=y CONFIG_MMC_DW_K3=y CONFIG_CONS_INDEX=4 diff --git a/configs/poplar_defconfig b/configs/poplar_defconfig index ea0ea89220..81bd3702e4 100644 --- a/configs/poplar_defconfig +++ b/configs/poplar_defconfig @@ -16,6 +16,7 @@ CONFIG_FASTBOOT_BUF_ADDR=0x20000000 CONFIG_FASTBOOT_BUF_SIZE=0x10000000 CONFIG_FASTBOOT_FLASH=y CONFIG_FASTBOOT_FLASH_MMC_DEV=0 +CONFIG_DM_MMC=y CONFIG_MMC_DW=y CONFIG_MMC_DW_K3=y CONFIG_USB=y |