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