diff options
author | Pierre Bourdon | 2019-04-11 04:56:59 +0200 |
---|---|---|
committer | Stefan Roese | 2019-04-26 07:35:38 +0200 |
commit | 61b8c34e86e306ad597c1d57790c0774715c0b49 (patch) | |
tree | 54eb49a90ae0a018edb096dad19b24df094e51fd /configs | |
parent | 4ec9dd4071cb3e7d2c0c42f2eea935edceba5b7e (diff) |
arm: mvebu: turris_omnia: use MMC driver model
Enable DM_MMC for compliance with the driver model migration.
Signed-off-by: Pierre Bourdon <delroth@gmail.com>
Cc: Marek Behun <marek.behun@nic.cz>
Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/turris_omnia_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/turris_omnia_defconfig b/configs/turris_omnia_defconfig index 85f214148a8..5ef35486476 100644 --- a/configs/turris_omnia_defconfig +++ b/configs/turris_omnia_defconfig @@ -42,6 +42,7 @@ CONFIG_SCSI_AHCI=y CONFIG_ATSHA204A=y CONFIG_MMC_SDHCI=y CONFIG_MMC_SDHCI_MV=y +CONFIG_DM_MMC=y CONFIG_SPI_FLASH=y CONFIG_SPI_FLASH_SPANSION=y CONFIG_PHY_MARVELL=y |