| Submitter | Jiang Liu |
|---|---|
| Date | May 14, 2012, 1:47 p.m. |
| Message ID | <1337003229-9158-7-git-send-email-jiang.liu@huawei.com> |
| Download | mbox | patch |
| Permalink | /patch/159005/ |
| State | Not Applicable |
| Headers | show |
Comments
Patch
diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig index cf9da36..aba92f0 100644 --- a/drivers/dma/Kconfig +++ b/drivers/dma/Kconfig @@ -62,6 +62,7 @@ config INTEL_IOATDMA depends on PCI && X86 select DMA_ENGINE select DCA + select DMA_ENGINE_HOTPLUG select ASYNC_TX_DISABLE_PQ_VAL_DMA select ASYNC_TX_DISABLE_XOR_VAL_DMA help @@ -263,6 +264,11 @@ config DMA_SA11X0 config DMA_ENGINE bool +config DMA_ENGINE_HOTPLUG + bool + default n + depends on DMA_ENGINE + comment "DMA Clients" depends on DMA_ENGINE