From 08d5c5ef1da85a9d35528921ba55b3bf4573ca32 Mon Sep 17 00:00:00 2001 From: Jun Li Date: Wed, 18 Jul 2018 03:41:13 -0700 Subject: [PATCH] soc: stm32f4: enable dma options for soc Enable "CONFIG_DMA_STM32F4X" when "CONFIG_DMA" is enabled. Signed-off-by: Jun Li --- soc/arm/st_stm32/stm32f4/Kconfig.defconfig.series | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/soc/arm/st_stm32/stm32f4/Kconfig.defconfig.series b/soc/arm/st_stm32/stm32f4/Kconfig.defconfig.series index 195ff07074d..4795da0c44f 100644 --- a/soc/arm/st_stm32/stm32f4/Kconfig.defconfig.series +++ b/soc/arm/st_stm32/stm32f4/Kconfig.defconfig.series @@ -32,4 +32,11 @@ config I2C_STM32_V1 endif # I2C_STM32 +if DMA + +config DMA_STM32F4X + def_bool y + +endif # DMA + endif # SOC_SERIES_STM32F4X