diff options
author | Eugeniy Paltsev | 2019-03-21 16:37:23 +0300 |
---|---|---|
committer | Alexey Brodkin | 2019-04-18 09:12:38 +0300 |
commit | cc2f7b6c7d7d5adeedecdb6c0599998b2e40b3f4 (patch) | |
tree | 9493862e827a51c48da6e5be07e904b91167a810 /configs | |
parent | 54858311df4f4268b079dff9320f14c91e50dd8e (diff) |
ARC: [plat-axs10x]: migrate to DM_MMC
Signed-off-by: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/axs103_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/axs103_defconfig b/configs/axs103_defconfig index 0c8af405a97..8255d9fa068 100644 --- a/configs/axs103_defconfig +++ b/configs/axs103_defconfig @@ -35,7 +35,9 @@ CONFIG_DM=y CONFIG_DM_GPIO=y CONFIG_HSDK_CREG_GPIO=y CONFIG_MMC=y +CONFIG_DM_MMC=y CONFIG_MMC_DW=y +CONFIG_MMC_DW_SNPS=y CONFIG_DM_SPI_FLASH=y CONFIG_SPI_FLASH=y CONFIG_SPI_FLASH_STMICRO=y |