diff options
author | Atsushi Nemoto <anemo@mba.ocn.ne.jp> | 2009-04-22 11:40:30 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2009-06-17 06:06:25 -0400 |
commit | ea76f0b3759283ec3cc06c86e266bf0fa6a981d2 (patch) | |
tree | 36719ab69e7d94cc59c909526022219376807313 /drivers/dma/Kconfig | |
parent | a43da03ca4719276b9601730627d20b2a71fb6ba (diff) |
DMA: TXx9 Soc DMA Controller driver
This patch adds support for the integrated DMAC of the TXx9 family.
Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Acked-by: Dan Williams <dan.j.williams@intel.com>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'drivers/dma/Kconfig')
-rw-r--r-- | drivers/dma/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig index 3b3c01b6f1ee..070357aaedbc 100644 --- a/drivers/dma/Kconfig +++ b/drivers/dma/Kconfig | |||
@@ -81,6 +81,14 @@ config MX3_IPU_IRQS | |||
81 | To avoid bloating the irq_desc[] array we allocate a sufficient | 81 | To avoid bloating the irq_desc[] array we allocate a sufficient |
82 | number of IRQ slots and map them dynamically to specific sources. | 82 | number of IRQ slots and map them dynamically to specific sources. |
83 | 83 | ||
84 | config TXX9_DMAC | ||
85 | tristate "Toshiba TXx9 SoC DMA support" | ||
86 | depends on MACH_TX49XX || MACH_TX39XX | ||
87 | select DMA_ENGINE | ||
88 | help | ||
89 | Support the TXx9 SoC internal DMA controller. This can be | ||
90 | integrated in chips such as the Toshiba TX4927/38/39. | ||
91 | |||
84 | config DMA_ENGINE | 92 | config DMA_ENGINE |
85 | bool | 93 | bool |
86 | 94 | ||