drivers/mmcsd/Kconfig: ARCH_HAVE_SDIOWAIT_WRCOMPLETE should not depend on MMCSD_SDIO

This commit is contained in:
Gregory Nutt 2015-01-09 07:21:43 -06:00
parent 089e001874
commit 83d6e6403c
1 changed files with 4 additions and 4 deletions

View File

@ -65,6 +65,10 @@ config ARCH_HAVE_SDIO
bool
default n
config ARCH_HAVE_SDIOWAIT_WRCOMPLETE
bool
default n
config MMCSD_SDIO
bool "MMC/SD SDIO transfer support"
default n
@ -89,10 +93,6 @@ config SDIO_MUXBUS
Set this SDIO interface if the SDIO interface
or hardware resources are shared with other drivers.
config ARCH_HAVE_SDIOWAIT_WRCOMPLETE
bool
default n
config MMCSD_SDIOWAIT_WRCOMPLETE
bool "Use D0 Busy to detect Write Complete"
default n