diff options
author | Dave Jiang <dave.jiang@intel.com> | 2013-03-26 23:43:09 +0100 |
---|---|---|
committer | Vinod Koul <vinod.koul@intel.com> | 2013-04-15 06:21:20 +0200 |
commit | 3f09ede4237fe4691ac687c6c43cb4c1a530777b (patch) | |
tree | e04f61ab8bbca7bf434a8f04ea28d4de14fec048 /drivers/dma/Kconfig | |
parent | ioatdma: skip legacy reset bits since v3.3 plattform doesn't need it (diff) | |
download | linux-3f09ede4237fe4691ac687c6c43cb4c1a530777b.tar.xz linux-3f09ede4237fe4691ac687c6c43cb4c1a530777b.zip |
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 aeaea32bcfda..d5c58e839b27 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. |