diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2014-11-04 02:50:00 +0100 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2014-11-05 06:47:50 +0100 |
commit | eeaeb4b58b31ddc56eff757b5a71ea664726ef60 (patch) | |
tree | 7fe5dee65f1a740dbfbd775d2c336a1d5345c5ae /arch/arm/configs/shmobile_defconfig | |
parent | ARM: shmobile: ape6evm: Enable PM Runtime in defconfig (diff) | |
download | linux-eeaeb4b58b31ddc56eff757b5a71ea664726ef60.tar.xz linux-eeaeb4b58b31ddc56eff757b5a71ea664726ef60.zip |
ARM: shmobile: multiplatform: add R-Car DMAC support on defconfig
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/configs/shmobile_defconfig')
-rw-r--r-- | arch/arm/configs/shmobile_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/shmobile_defconfig b/arch/arm/configs/shmobile_defconfig index d7346ad51043..87469caadd26 100644 --- a/arch/arm/configs/shmobile_defconfig +++ b/arch/arm/configs/shmobile_defconfig @@ -146,6 +146,7 @@ CONFIG_RTC_CLASS=y CONFIG_RTC_DRV_S35390A=y CONFIG_DMADEVICES=y CONFIG_SH_DMAE=y +CONFIG_RCAR_DMAC=y # CONFIG_IOMMU_SUPPORT is not set CONFIG_PWM=y CONFIG_PWM_RENESAS_TPU=y |