Add SDIO preflight method

This commit is contained in:
Gregory Nutt 2013-10-18 08:15:09 -06:00
parent fd468d219f
commit 5c3f7f118c

View File

@ -723,6 +723,7 @@ config STM32_SDIO
default n
depends on !STM32_CONNECTIVITYLINE && !STM32_VALUELINE
select ARCH_HAVE_SDIO
select SDIO_PREFLIGHT
config STM32_SPI1
bool "SPI1"