diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2015-07-09 17:12:00 +0200 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2015-07-17 11:52:38 +0200 |
commit | 0466b0cc6e238d280fa189417c8fc33271dfc776 (patch) | |
tree | e047693a4ef02e4c68eb8e51a4dfe12b8df6ef22 /arch/arm/configs | |
parent | d74485eb90cd4a2f81bba48d3ac04113faef3cab (diff) | |
download | blackbird-obmc-linux-0466b0cc6e238d280fa189417c8fc33271dfc776.tar.gz blackbird-obmc-linux-0466b0cc6e238d280fa189417c8fc33271dfc776.zip |
ARM: ep93xx: add DMA engine to the defconfig
Several boards can make use of the DMA engine on the EP93xx
so let's enable this by default in the defconfig.
Reviewed-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm/configs')
-rw-r--r-- | arch/arm/configs/ep93xx_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
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 |