diff options
author | Joel Fernandes <joelf@ti.com> | 2013-06-26 23:42:03 -0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2013-07-04 08:11:57 -0400 |
commit | fb15bdfbd76dae771069d2a93ebe4bbf84f361d0 (patch) | |
tree | a71c2e2e9c77d293dcf71dcd04443f2fbb071f16 /arch/arm | |
parent | 9c18ae3e8f2d76213a244e811b48332f0ebc4e04 (diff) |
ARM: OMAP2+: Enable TI_EDMA in omap2plus_defconfig
Build EDMA in by default to avoid fewer people stepping on their toes
with broken DMA on drivers needing EDMA.
Signed-off-by: Joel Fernandes <joelf@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/configs/omap2plus_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/omap2plus_defconfig b/arch/arm/configs/omap2plus_defconfig index 61b76b0f7e82..009fa6944687 100644 --- a/arch/arm/configs/omap2plus_defconfig +++ b/arch/arm/configs/omap2plus_defconfig | |||
@@ -245,6 +245,7 @@ CONFIG_RTC_DRV_TWL92330=y | |||
245 | CONFIG_RTC_DRV_TWL4030=y | 245 | CONFIG_RTC_DRV_TWL4030=y |
246 | CONFIG_RTC_DRV_OMAP=y | 246 | CONFIG_RTC_DRV_OMAP=y |
247 | CONFIG_DMADEVICES=y | 247 | CONFIG_DMADEVICES=y |
248 | CONFIG_TI_EDMA=y | ||
248 | CONFIG_DMA_OMAP=y | 249 | CONFIG_DMA_OMAP=y |
249 | CONFIG_TI_SOC_THERMAL=y | 250 | CONFIG_TI_SOC_THERMAL=y |
250 | CONFIG_TI_THERMAL=y | 251 | CONFIG_TI_THERMAL=y |