summaryrefslogtreecommitdiff
path: root/nuttx/configs/olimex-stm32-p107/ostest/defconfig
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/olimex-stm32-p107/ostest/defconfig')
-rw-r--r--nuttx/configs/olimex-stm32-p107/ostest/defconfig12
1 files changed, 10 insertions, 2 deletions
diff --git a/nuttx/configs/olimex-stm32-p107/ostest/defconfig b/nuttx/configs/olimex-stm32-p107/ostest/defconfig
index 21aa07875..d4bba38fb 100644
--- a/nuttx/configs/olimex-stm32-p107/ostest/defconfig
+++ b/nuttx/configs/olimex-stm32-p107/ostest/defconfig
@@ -90,13 +90,13 @@ CONFIG_STM32_SPI1_REMAP=n
CONFIG_STM32_SPI3_REMAP=n
CONFIG_STM32_I2C1_REMAP=n
CONFIG_STM32_CAN1_REMAP1=y
-CONFIG_STM32_CAN1_REMAP2=n
+CONFIG_STM32_CAN1_REMAP2=n
#
# Individual subsystems can be enabled:
#
-# AHB:
+# AHB:
CONFIG_STM32_DMA1=n
CONFIG_STM32_DMA2=n
CONFIG_STM32_CRC=n
@@ -318,6 +318,14 @@ CONFIG_FS_NXFFS=n
CONFIG_FS_ROMFS=n
#
+# Maintain legacy build behavior (revisit)
+#
+
+CONFIG_MMCSD=y
+CONFIG_MMCSD_SPI=y
+CONFIG_MMCSD_SDIO=y
+
+#
# SPI-based MMC/SD driver
#
CONFIG_MMCSD_NSLOTS=1