diff options
author | Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> | 2013-09-29 00:12:33 +0400 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2013-11-24 10:13:42 +0400 |
commit | 96c4f31f955bd35e33bae1e11a5e614f5c7163cd (patch) | |
tree | b81d3bfcc322e780ed80c2be4022b6d0aee8f985 /arch/arm/configs/marzen_defconfig | |
parent | f3a3d2cfb7fb10e2e23d02abb5459ff974f2c8bd (diff) | |
download | linux-96c4f31f955bd35e33bae1e11a5e614f5c7163cd.tar.xz |
ARM: shmobile: marzen: enable HPB-DMAC in defconfig
Enable HPB-DMAC driver in 'marzen_defconfig'.
Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/configs/marzen_defconfig')
-rw-r--r-- | arch/arm/configs/marzen_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/configs/marzen_defconfig b/arch/arm/configs/marzen_defconfig index 9ce38f6931e5..dd4aced59d3c 100644 --- a/arch/arm/configs/marzen_defconfig +++ b/arch/arm/configs/marzen_defconfig @@ -103,6 +103,8 @@ CONFIG_USB_STORAGE=y CONFIG_NEW_LEDS=y CONFIG_LEDS_CLASS=y CONFIG_LEDS_GPIO=y +CONFIG_DMADEVICES=y +CONFIG_RCAR_HPB_DMAE=y CONFIG_UIO=y CONFIG_UIO_PDRV_GENIRQ=y # CONFIG_IOMMU_SUPPORT is not set |