diff options
author | Dave Jiang <dave.jiang@intel.com> | 2013-03-26 15:43:09 -0700 |
---|---|---|
committer | Vinod Koul <vinod.koul@intel.com> | 2013-04-15 09:51:20 +0530 |
commit | 3f09ede4237fe4691ac687c6c43cb4c1a530777b (patch) | |
tree | e04f61ab8bbca7bf434a8f04ea28d4de14fec048 /drivers/dma/Kconfig | |
parent | 6ead7e484957f2ae9bf2085688518d95ce75ab80 (diff) | |
download | op-kernel-dev-3f09ede4237fe4691ac687c6c43cb4c1a530777b.zip op-kernel-dev-3f09ede4237fe4691ac687c6c43cb4c1a530777b.tar.gz |
ioatdma: Removing PQ val disable for cb3.3
The PQ Val ops work on the newer hardware so we should actually provide support
for it and remove the disabling bits.
Signed-off-by: Dave Jiang <dave.jiang@intel.com>
Acked-by: Dan Williams <djbw@fb.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Diffstat (limited to 'drivers/dma/Kconfig')
-rw-r--r-- | drivers/dma/Kconfig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig index aeaea32..d5c58e8 100644 --- a/drivers/dma/Kconfig +++ b/drivers/dma/Kconfig @@ -63,8 +63,6 @@ config INTEL_IOATDMA depends on PCI && X86 select DMA_ENGINE select DCA - select ASYNC_TX_DISABLE_PQ_VAL_DMA - select ASYNC_TX_DISABLE_XOR_VAL_DMA help Enable support for the Intel(R) I/OAT DMA engine present in recent Intel Xeon chipsets. |