drivers/mmcsd/Kconfig: ARCH_HAVE_SDIOWAIT_WRCOMPLETE should not depend on MMCSD_SDIO
This commit is contained in:
parent
089e001874
commit
83d6e6403c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue