aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/configs/stm32_defconfig
diff options
context:
space:
mode:
authorPatrice Chotard <patrice.chotard@st.com>2018-02-27 11:00:38 +0100
committerAlexandre Torgue <alexandre.torgue@st.com>2018-02-27 11:00:49 +0100
commit1c92d4a0edcfff0fee78ade27eb41ce3fc0d071a (patch)
tree2b2c76dd015a1992e37b0f72177b7090d2787584 /arch/arm/configs/stm32_defconfig
parentARM: configs: multi_v7: add stm32 support (diff)
downloadlinux-dev-1c92d4a0edcfff0fee78ade27eb41ce3fc0d071a.tar.xz
linux-dev-1c92d4a0edcfff0fee78ade27eb41ce3fc0d071a.zip
ARM: configs: stm32: Enable MMC_ARMMMCI and EXT3_FS support
-Enable MMC_ARMMCI support to add SDIO support for STM32F4 and STM32F7 SoCs family -Enable EXT3_FS support to be able to read rootfs from MMC partition formatted in EXT2/3/4 Signed-off-by: Patrice Chotard <patrice.chotard@st.com> Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com>
Diffstat (limited to 'arch/arm/configs/stm32_defconfig')
-rw-r--r--arch/arm/configs/stm32_defconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/configs/stm32_defconfig b/arch/arm/configs/stm32_defconfig
index bb358ffde7d2..ba805b757a8d 100644
--- a/arch/arm/configs/stm32_defconfig
+++ b/arch/arm/configs/stm32_defconfig
@@ -57,6 +57,8 @@ CONFIG_MFD_STMPE=y
CONFIG_REGULATOR=y
CONFIG_REGULATOR_FIXED_VOLTAGE=y
# CONFIG_USB_SUPPORT is not set
+CONFIG_MMC=y
+CONFIG_MMC_ARMMMCI=y
CONFIG_NEW_LEDS=y
CONFIG_LEDS_CLASS=y
CONFIG_LEDS_GPIO=y
@@ -71,6 +73,7 @@ CONFIG_STM32_MDMA=y
CONFIG_IIO=y
CONFIG_STM32_ADC_CORE=y
CONFIG_STM32_ADC=y
+CONFIG_EXT3_FS=y
# CONFIG_FILE_LOCKING is not set
# CONFIG_DNOTIFY is not set
# CONFIG_INOTIFY_USER is not set