diff options
author | M'boumba Cedric Madianga <cedric.madianga@gmail.com> | 2015-10-16 16:59:16 +0300 |
---|---|---|
committer | Vinod Koul <vinod.koul@intel.com> | 2015-11-16 06:26:11 +0300 |
commit | b341b4a13ca2c6ea8a426a9befb4dec0d7040860 (patch) | |
tree | a4b1ae99ebad87eec31cc6aba116f6f4a927388e /arch/arm/configs/stm32_defconfig | |
parent | d8b468394fb711b077742a5234504c632525a47f (diff) | |
download | linux-b341b4a13ca2c6ea8a426a9befb4dec0d7040860.tar.xz |
ARM: configs: Add STM32 DMA support in STM32 defconfig
This patch adds STM32 DMA support in stm32_defconfig file
Signed-off-by: M'boumba Cedric Madianga <cedric.madianga@gmail.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Diffstat (limited to 'arch/arm/configs/stm32_defconfig')
-rw-r--r-- | arch/arm/configs/stm32_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/configs/stm32_defconfig b/arch/arm/configs/stm32_defconfig index 4725fab562cb..ec5250547d14 100644 --- a/arch/arm/configs/stm32_defconfig +++ b/arch/arm/configs/stm32_defconfig @@ -54,6 +54,8 @@ CONFIG_NEW_LEDS=y CONFIG_LEDS_CLASS=y CONFIG_LEDS_TRIGGERS=y CONFIG_LEDS_TRIGGER_HEARTBEAT=y +CONFIG_DMADEVICES=y +CONFIG_STM32_DMA=y # CONFIG_FILE_LOCKING is not set # CONFIG_DNOTIFY is not set # CONFIG_INOTIFY_USER is not set |