diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2014-11-03 17:50:00 -0800 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2014-11-05 14:47:50 +0900 |
commit | eeaeb4b58b31ddc56eff757b5a71ea664726ef60 (patch) | |
tree | 7fe5dee65f1a740dbfbd775d2c336a1d5345c5ae /arch | |
parent | c5940e115e188051f34a88ee705c5f81c6bf0e54 (diff) |
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')
-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 |