diff options
| author | M'boumba Cedric Madianga <cedric.madianga@gmail.com> | 2015-10-16 09:59:16 -0400 |
|---|---|---|
| committer | Vinod Koul <vinod.koul@intel.com> | 2015-11-15 22:26:11 -0500 |
| commit | b341b4a13ca2c6ea8a426a9befb4dec0d7040860 (patch) | |
| tree | a4b1ae99ebad87eec31cc6aba116f6f4a927388e | |
| parent | d8b468394fb711b077742a5234504c632525a47f (diff) | |
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>
| -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 | |||
| 54 | CONFIG_LEDS_CLASS=y | 54 | CONFIG_LEDS_CLASS=y |
| 55 | CONFIG_LEDS_TRIGGERS=y | 55 | CONFIG_LEDS_TRIGGERS=y |
| 56 | CONFIG_LEDS_TRIGGER_HEARTBEAT=y | 56 | CONFIG_LEDS_TRIGGER_HEARTBEAT=y |
| 57 | CONFIG_DMADEVICES=y | ||
| 58 | CONFIG_STM32_DMA=y | ||
| 57 | # CONFIG_FILE_LOCKING is not set | 59 | # CONFIG_FILE_LOCKING is not set |
| 58 | # CONFIG_DNOTIFY is not set | 60 | # CONFIG_DNOTIFY is not set |
| 59 | # CONFIG_INOTIFY_USER is not set | 61 | # CONFIG_INOTIFY_USER is not set |
