summaryrefslogtreecommitdiff
path: root/nuttx/drivers
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-08-10 18:01:23 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-08-10 18:01:23 -0600
commit11719aa69e37addcdd96215953844966c32149d7 (patch)
tree59fa87a155bb304aa2c9d3791db5022f8d0cfe26 /nuttx/drivers
parentf143cb2eb878d52b65ee1287a2c2a11a1f3392bf (diff)
downloadpx4-nuttx-11719aa69e37addcdd96215953844966c32149d7.tar.gz
px4-nuttx-11719aa69e37addcdd96215953844966c32149d7.tar.bz2
px4-nuttx-11719aa69e37addcdd96215953844966c32149d7.zip
SAMA5: Fix HSMCI race condition. Now memory card interface is functional with DMA
Diffstat (limited to 'nuttx/drivers')
-rw-r--r--nuttx/drivers/mmcsd/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/nuttx/drivers/mmcsd/Kconfig b/nuttx/drivers/mmcsd/Kconfig
index b518ea482..84037707c 100644
--- a/nuttx/drivers/mmcsd/Kconfig
+++ b/nuttx/drivers/mmcsd/Kconfig
@@ -63,10 +63,12 @@ endif
config ARCH_HAVE_SDIO
bool
+ default n
config MMCSD_SDIO
bool "MMC/SD SDIO transfer support"
default n
+ depends on ARCH_HAVE_SDIO
if MMCSD_SDIO