summaryrefslogtreecommitdiff
path: root/nuttx/drivers/mmcsd/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/drivers/mmcsd/Kconfig')
-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