diff --git a/drivers/mmcsd/Kconfig b/drivers/mmcsd/Kconfig index 3bce55afb01..88dd4fe791d 100755 --- a/drivers/mmcsd/Kconfig +++ b/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