diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2012-06-25 06:37:20 -0400 |
---|---|---|
committer | Rafael J. Wysocki <rjw@sisk.pl> | 2012-06-30 09:24:52 -0400 |
commit | dc7dd5841f714c3bc3f358cb126ba4432947e854 (patch) | |
tree | 3dfd82365d2f921f27263819c7197ca57ef7fd55 /arch/arm/configs/armadillo800eva_defconfig | |
parent | 0676c05e57c6e37fc9f985a8f6ea2883e5b2cbda (diff) |
ARM: shmobile: armadillo800eva: enable DMAEngine on FSI
It is possible to reduce CPU load if FSI playback used DMAEngine.
This patch enabled it.
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Acked-by: Magnus Damm <damm@opensource.se>
Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
Diffstat (limited to 'arch/arm/configs/armadillo800eva_defconfig')
-rw-r--r-- | arch/arm/configs/armadillo800eva_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/configs/armadillo800eva_defconfig b/arch/arm/configs/armadillo800eva_defconfig index df1ce543cd7c..16bbb3f8f234 100644 --- a/arch/arm/configs/armadillo800eva_defconfig +++ b/arch/arm/configs/armadillo800eva_defconfig | |||
@@ -119,6 +119,8 @@ CONFIG_USB_ETH=m | |||
119 | CONFIG_MMC=y | 119 | CONFIG_MMC=y |
120 | CONFIG_MMC_SDHI=y | 120 | CONFIG_MMC_SDHI=y |
121 | CONFIG_MMC_SH_MMCIF=y | 121 | CONFIG_MMC_SH_MMCIF=y |
122 | CONFIG_DMADEVICES=y | ||
123 | CONFIG_SH_DMAE=y | ||
122 | CONFIG_UIO=y | 124 | CONFIG_UIO=y |
123 | CONFIG_UIO_PDRV_GENIRQ=y | 125 | CONFIG_UIO_PDRV_GENIRQ=y |
124 | # CONFIG_DNOTIFY is not set | 126 | # CONFIG_DNOTIFY is not set |