diff options
| author | Danny Nold <dannynold@freescale.com> | 2011-05-03 16:41:33 -0500 |
|---|---|---|
| committer | Jason Liu <r64343@freescale.com> | 2012-01-09 20:08:34 +0800 |
| commit | 48a35a7c698f366d9cb91123742cbc82b0a8a223 (patch) | |
| tree | cb1ae56149bbc249bd1ae35a7e1bc9772697778d /drivers/dma/Kconfig | |
| parent | 7059751fc6408f3f030f670837dc34ce00f50b8b (diff) | |
ENGR00142950-6 - PxP DMA: Port PxP driver to 2.6.38 kernel
- Add drivers/dma/pxp and all PxP driver files within
Signed-off-by: Danny Nold <dannynold@freescale.com>
Diffstat (limited to 'drivers/dma/Kconfig')
| -rw-r--r-- | drivers/dma/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig index 589c6c5aa0de..42b96dd1f74e 100644 --- a/drivers/dma/Kconfig +++ b/drivers/dma/Kconfig @@ -141,6 +141,15 @@ config MX3_IPU_IRQS To avoid bloating the irq_desc[] array we allocate a sufficient number of IRQ slots and map them dynamically to specific sources. +config MXC_PXP + bool "MXC PxP support" + select DMA_ENGINE + +config MXC_PXP_CLIENT_DEVICE + bool "MXC PxP Client Device" + default y + depends on MXC_PXP + config TXX9_DMAC tristate "Toshiba TXx9 SoC DMA support" depends on MACH_TX49XX || MACH_TX39XX |
