]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
dm: mmc: remove DM_MMC_OPS for STM32_SDMMC
authorPatrice Chotard <patrice.chotard@st.com>
Tue, 3 Oct 2017 13:54:58 +0000 (15:54 +0200)
committerTom Rini <trini@konsulko.com>
Sun, 8 Oct 2017 20:19:56 +0000 (16:19 -0400)
Since e7881d85 "dm: mmc: Drop CONFIG_DM_MMC_OPS" DM_MMC_OPS
is no more used, remove it from STM32_SDMMC2 dependencies

Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
drivers/mmc/Kconfig

index 24b4eadd2abe1f3f7489b95591d2bd4531cec42b..940508364a51c1296504d5012f303aaf9b31fd87 100644 (file)
@@ -386,7 +386,7 @@ config GENERIC_ATMEL_MCI
 
 config STM32_SDMMC2
        bool "STMicroelectronics STM32H7 SD/MMC Host Controller support"
-       depends on DM_MMC && BLK && OF_CONTROL && DM_MMC_OPS
+       depends on DM_MMC && BLK && OF_CONTROL
        help
          This selects support for the SD/MMC controller on STM32H7 SoCs.
          If you have a board based on such a SoC and with a SD/MMC slot,