Skip to content
Snippets Groups Projects
Commit 53c656a8 authored by Patrice Chotard's avatar Patrice Chotard Committed by Tom Rini
Browse files

dm: mmc: remove DM_MMC_OPS for STM32_SDMMC


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: default avatarPatrice Chotard <patrice.chotard@st.com>
parent d8f69e56
No related branches found
No related tags found
No related merge requests found
...@@ -386,7 +386,7 @@ config GENERIC_ATMEL_MCI ...@@ -386,7 +386,7 @@ config GENERIC_ATMEL_MCI
config STM32_SDMMC2 config STM32_SDMMC2
bool "STMicroelectronics STM32H7 SD/MMC Host Controller support" 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 help
This selects support for the SD/MMC controller on STM32H7 SoCs. 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, If you have a board based on such a SoC and with a SD/MMC slot,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment