diff options
Diffstat (limited to 'drivers/dma/sh/Kconfig')
-rw-r--r-- | drivers/dma/sh/Kconfig | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/drivers/dma/sh/Kconfig b/drivers/dma/sh/Kconfig index 8190ad225a1b..0f371524a4d9 100644 --- a/drivers/dma/sh/Kconfig +++ b/drivers/dma/sh/Kconfig | |||
@@ -51,12 +51,6 @@ config RCAR_HPB_DMAE | |||
51 | help | 51 | help |
52 | Enable support for the Renesas R-Car series DMA controllers. | 52 | Enable support for the Renesas R-Car series DMA controllers. |
53 | 53 | ||
54 | config RCAR_AUDMAC_PP | ||
55 | tristate "Renesas R-Car Audio DMAC Peripheral Peripheral support" | ||
56 | depends on SH_DMAE_BASE | ||
57 | help | ||
58 | Enable support for the Renesas R-Car Audio DMAC Peripheral Peripheral controllers. | ||
59 | |||
60 | config RCAR_DMAC | 54 | config RCAR_DMAC |
61 | tristate "Renesas R-Car Gen2 DMA Controller" | 55 | tristate "Renesas R-Car Gen2 DMA Controller" |
62 | depends on ARCH_SHMOBILE || COMPILE_TEST | 56 | depends on ARCH_SHMOBILE || COMPILE_TEST |
@@ -64,3 +58,12 @@ config RCAR_DMAC | |||
64 | help | 58 | help |
65 | This driver supports the general purpose DMA controller found in the | 59 | This driver supports the general purpose DMA controller found in the |
66 | Renesas R-Car second generation SoCs. | 60 | Renesas R-Car second generation SoCs. |
61 | |||
62 | config RENESAS_USB_DMAC | ||
63 | tristate "Renesas USB-DMA Controller" | ||
64 | depends on ARCH_SHMOBILE || COMPILE_TEST | ||
65 | select RENESAS_DMA | ||
66 | select DMA_VIRTUAL_CHANNELS | ||
67 | help | ||
68 | This driver supports the USB-DMA controller found in the Renesas | ||
69 | SoCs. | ||