summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2015-01-09 07:21:43 -0600
committerGregory Nutt <gnutt@nuttx.org>2015-01-09 07:21:43 -0600
commit9b2ed7173f72e4782a7f9d5dbed6feef829e14cd (patch)
treed066cf16f98746e3293efa9987b5ff57685004cf
parent11ee53875937c677dca56788756a6775979a36f2 (diff)
downloadnuttx-9b2ed7173f72e4782a7f9d5dbed6feef829e14cd.tar.gz
nuttx-9b2ed7173f72e4782a7f9d5dbed6feef829e14cd.tar.bz2
nuttx-9b2ed7173f72e4782a7f9d5dbed6feef829e14cd.zip
drivers/mmcsd/Kconfig: ARCH_HAVE_SDIOWAIT_WRCOMPLETE should not depend on MMCSD_SDIO
-rwxr-xr-xnuttx/drivers/mmcsd/Kconfig8
1 files changed, 4 insertions, 4 deletions
diff --git a/nuttx/drivers/mmcsd/Kconfig b/nuttx/drivers/mmcsd/Kconfig
index 3bce55afb..88dd4fe79 100755
--- a/nuttx/drivers/mmcsd/Kconfig
+++ b/nuttx/drivers/mmcsd/Kconfig
@@ -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