From 83d6e6403c74c67ed4c9a6d7f84bd32813e7ce24 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Fri, 9 Jan 2015 07:21:43 -0600 Subject: [PATCH] drivers/mmcsd/Kconfig: ARCH_HAVE_SDIOWAIT_WRCOMPLETE should not depend on MMCSD_SDIO --- drivers/mmcsd/Kconfig | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/mmcsd/Kconfig b/drivers/mmcsd/Kconfig index 3bce55afb0..88dd4fe791 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