projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d74485e
)
ARM: ep93xx: add DMA engine to the defconfig
author
Linus Walleij
<linus.walleij@linaro.org>
Thu, 9 Jul 2015 15:12:00 +0000
(17:12 +0200)
committer
Linus Walleij
<linus.walleij@linaro.org>
Fri, 17 Jul 2015 09:52:38 +0000
(11:52 +0200)
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>
arch/arm/configs/ep93xx_defconfig
patch
|
blob
|
history
diff --git
a/arch/arm/configs/ep93xx_defconfig
b/arch/arm/configs/ep93xx_defconfig
index 2ca11ce504c7aa1ca0dd1b8ea9e53b93eb97d68d..e684386e97badab22f333c29fc9bf408d6b74442 100644
(file)
--- 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