STM32 SDIO: Don't let architectures select CONFIG_MMCSD_SDIOWAIT_WRCOMPLETE unless they have implemented SDIOWAIT_WRCOMPLETE

This commit is contained in:
Gregory Nutt 2015-01-08 17:47:34 -06:00
parent 09bd382697
commit 1193b4aa55

View File

@ -1266,6 +1266,7 @@ config STM32_SDIO
default n
depends on !STM32_CONNECTIVITYLINE && !STM32_VALUELINE
select ARCH_HAVE_SDIO
select ARCH_HAVE_SDIOWAIT_WRCOMPLETE
select SDIO_PREFLIGHT
config STM32_SPI1