summaryrefslogtreecommitdiff
path: root/nuttx/drivers/mmcsd
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-03-10 19:31:10 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-03-10 19:31:10 +0000
commitf6fffbd5b0a83bd161e8f6417a4d034f72268217 (patch)
tree740704dda0a94e8f63547b1f23da5d8f1e91f6f5 /nuttx/drivers/mmcsd
parent8e0c015c2120bf7d76a0c41d1160a745c3565a50 (diff)
downloadpx4-nuttx-f6fffbd5b0a83bd161e8f6417a4d034f72268217.tar.gz
px4-nuttx-f6fffbd5b0a83bd161e8f6417a4d034f72268217.tar.bz2
px4-nuttx-f6fffbd5b0a83bd161e8f6417a4d034f72268217.zip
AT91SAM3 now supports kernel-mode heap; SAM3U-EK knsh configuration converted to use kconfig-frontends tool
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5726 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/drivers/mmcsd')
-rw-r--r--nuttx/drivers/mmcsd/Kconfig10
1 files changed, 9 insertions, 1 deletions
diff --git a/nuttx/drivers/mmcsd/Kconfig b/nuttx/drivers/mmcsd/Kconfig
index 2d9a04bbb..43c5f3ac7 100644
--- a/nuttx/drivers/mmcsd/Kconfig
+++ b/nuttx/drivers/mmcsd/Kconfig
@@ -75,5 +75,13 @@ config SDIO_WIDTH_D1_ONLY
---help---
Select 1-bit transfer mode. Default:
4-bit transfer mode.
+
+config SDIO_BLOCKSETUP
+ bool "SDIO block setup"
+ default n
+ ---help---
+ Some hardward needs to be informed of the selected blocksize and the
+ number of blocks. Others just work on the byte stream. This option
+ enables the block setup method in the SDIO vtable.
+
endif
-