diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2014-11-03 20:50:00 -0500 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2014-11-05 00:47:50 -0500 |
commit | eeaeb4b58b31ddc56eff757b5a71ea664726ef60 (patch) | |
tree | 7fe5dee65f1a740dbfbd775d2c336a1d5345c5ae /arch/arm | |
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/arm')
-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 | |||
146 | CONFIG_RTC_DRV_S35390A=y | 146 | CONFIG_RTC_DRV_S35390A=y |
147 | CONFIG_DMADEVICES=y | 147 | CONFIG_DMADEVICES=y |
148 | CONFIG_SH_DMAE=y | 148 | CONFIG_SH_DMAE=y |
149 | CONFIG_RCAR_DMAC=y | ||
149 | # CONFIG_IOMMU_SUPPORT is not set | 150 | # CONFIG_IOMMU_SUPPORT is not set |
150 | CONFIG_PWM=y | 151 | CONFIG_PWM=y |
151 | CONFIG_PWM_RENESAS_TPU=y | 152 | CONFIG_PWM_RENESAS_TPU=y |