From 9b2ed7173f72e4782a7f9d5dbed6feef829e14cd Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Fri, 9 Jan 2015 07:21:43 -0600 Subject: drivers/mmcsd/Kconfig: ARCH_HAVE_SDIOWAIT_WRCOMPLETE should not depend on MMCSD_SDIO --- nuttx/drivers/mmcsd/Kconfig | 8 ++++---- 1 file 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 -- cgit v1.2.3