diff options
Diffstat (limited to 'drivers/dma/Kconfig')
-rw-r--r-- | drivers/dma/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig index 5af8b1cfc1e9..4b6bd3d099cf 100644 --- a/drivers/dma/Kconfig +++ b/drivers/dma/Kconfig | |||
@@ -72,4 +72,11 @@ config NET_DMA | |||
72 | Say Y here if you enabled INTEL_IOATDMA or FSL_DMA, otherwise | 72 | Say Y here if you enabled INTEL_IOATDMA or FSL_DMA, otherwise |
73 | say N. | 73 | say N. |
74 | 74 | ||
75 | config DMATEST | ||
76 | tristate "DMA Test client" | ||
77 | depends on DMA_ENGINE | ||
78 | help | ||
79 | Simple DMA test client. Say N unless you're debugging a | ||
80 | DMA Device driver. | ||
81 | |||
75 | endif | 82 | endif |