diff options
Diffstat (limited to 'drivers/dma/sh/Kconfig')
-rw-r--r-- | drivers/dma/sh/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/dma/sh/Kconfig b/drivers/dma/sh/Kconfig index e2b94d16f41f..dadd9e010c0b 100644 --- a/drivers/dma/sh/Kconfig +++ b/drivers/dma/sh/Kconfig | |||
@@ -28,3 +28,7 @@ config RCAR_HPB_DMAE | |||
28 | depends on SH_DMAE_BASE | 28 | depends on SH_DMAE_BASE |
29 | help | 29 | help |
30 | Enable support for the Renesas R-Car series DMA controllers. | 30 | Enable support for the Renesas R-Car series DMA controllers. |
31 | |||
32 | config SHDMA_R8A73A4 | ||
33 | def_bool y | ||
34 | depends on ARCH_R8A73A4 && SH_DMAE != n | ||