summaryrefslogtreecommitdiff
path: root/nuttx/configs/fire-stm32v2
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-10-18 08:57:59 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-10-18 08:57:59 -0600
commit4a7ad5b8451f53129d2cd3e18275a6e87d3c55c8 (patch)
tree669de60f839c2733b42566c2361d1b83198900db /nuttx/configs/fire-stm32v2
parentd5d32f0f503e378f4e73d645b92a792f7435fdc4 (diff)
downloadpx4-nuttx-4a7ad5b8451f53129d2cd3e18275a6e87d3c55c8.tar.gz
px4-nuttx-4a7ad5b8451f53129d2cd3e18275a6e87d3c55c8.tar.bz2
px4-nuttx-4a7ad5b8451f53129d2cd3e18275a6e87d3c55c8.zip
Make sure that CONFIG_SDIO_PEFLIGHT=y is set in all STM32 configurations that have SDIO DMA enabled
Diffstat (limited to 'nuttx/configs/fire-stm32v2')
-rw-r--r--nuttx/configs/fire-stm32v2/nsh/defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/nuttx/configs/fire-stm32v2/nsh/defconfig b/nuttx/configs/fire-stm32v2/nsh/defconfig
index 44a012235..09d558024 100644
--- a/nuttx/configs/fire-stm32v2/nsh/defconfig
+++ b/nuttx/configs/fire-stm32v2/nsh/defconfig
@@ -184,6 +184,7 @@ CONFIG_STM32_I2CTIMEOTICKS=500
# SDIO Configuration
#
CONFIG_SDIO_DMA=y
+CONFIG_SDIO_PREFLIGHT=y
CONFIG_SDIO_PRI=128
CONFIG_SDIO_DMAPRIO=0x00001000
# CONFIG_SDIO_WIDTH_D1_ONLY is not set