All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 2/3] ARM: ep93xx: add DMA engine to the defconfig
@ 2015-07-09 15:43 Linus Walleij
  2015-07-09 19:57 ` Hartley Sweeten
  0 siblings, 1 reply; 2+ messages in thread
From: Linus Walleij @ 2015-07-09 15:43 UTC (permalink / raw)
  To: linux-arm-kernel

Several boards can make use of the DMA engine on the EP93xx
so let's enable this by default in the defconfig.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
---
 arch/arm/configs/ep93xx_defconfig | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm/configs/ep93xx_defconfig b/arch/arm/configs/ep93xx_defconfig
index 2ca11ce504c7..e684386e97ba 100644
--- a/arch/arm/configs/ep93xx_defconfig
+++ b/arch/arm/configs/ep93xx_defconfig
@@ -109,6 +109,8 @@ CONFIG_RTC_CLASS=y
 CONFIG_RTC_DRV_DS1307=y
 CONFIG_RTC_DRV_M48T86=y
 CONFIG_RTC_DRV_EP93XX=y
+CONFIG_DMADEVICES=y
+CONFIG_EP93XX_DMA=y
 CONFIG_EXT2_FS=y
 CONFIG_EXT3_FS=y
 # CONFIG_EXT3_FS_XATTR is not set
-- 
2.4.3

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-07-09 19:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-07-09 15:43 [PATCH 2/3] ARM: ep93xx: add DMA engine to the defconfig Linus Walleij
2015-07-09 19:57 ` Hartley Sweeten

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.