mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 15:58:59 +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
|
bool
|
||||||
default n
|
default n
|
||||||
|
|
||||||
|
config ARCH_HAVE_SDIOWAIT_WRCOMPLETE
|
||||||
|
bool
|
||||||
|
default n
|
||||||
|
|
||||||
config MMCSD_SDIO
|
config MMCSD_SDIO
|
||||||
bool "MMC/SD SDIO transfer support"
|
bool "MMC/SD SDIO transfer support"
|
||||||
default n
|
default n
|
||||||
@@ -89,10 +93,6 @@ config SDIO_MUXBUS
|
|||||||
Set this SDIO interface if the SDIO interface
|
Set this SDIO interface if the SDIO interface
|
||||||
or hardware resources are shared with other drivers.
|
or hardware resources are shared with other drivers.
|
||||||
|
|
||||||
config ARCH_HAVE_SDIOWAIT_WRCOMPLETE
|
|
||||||
bool
|
|
||||||
default n
|
|
||||||
|
|
||||||
config MMCSD_SDIOWAIT_WRCOMPLETE
|
config MMCSD_SDIOWAIT_WRCOMPLETE
|
||||||
bool "Use D0 Busy to detect Write Complete"
|
bool "Use D0 Busy to detect Write Complete"
|
||||||
default n
|
default n
|
||||||
|
|||||||
Reference in New Issue
Block a user