mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 07:12:54 +08:00
drivers/mmcsd/Kconfig: ARCH_HAVE_SDIOWAIT_WRCOMPLETE should not depend on MMCSD_SDIO
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user