aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/dma')
-rw-r--r--drivers/dma/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig
index 3b3c01b6f1ee..babf214a509b 100644
--- a/drivers/dma/Kconfig
+++ b/drivers/dma/Kconfig
@@ -4,7 +4,7 @@
4 4
5menuconfig DMADEVICES 5menuconfig DMADEVICES
6 bool "DMA Engine support" 6 bool "DMA Engine support"
7 depends on !HIGHMEM64G && HAS_DMA 7 depends on HAS_DMA
8 help 8 help
9 DMA engines can do asynchronous data transfers without 9 DMA engines can do asynchronous data transfers without
10 involving the host CPU. Currently, this framework can be 10 involving the host CPU. Currently, this framework can be
@@ -100,7 +100,7 @@ config NET_DMA
100 100
101config ASYNC_TX_DMA 101config ASYNC_TX_DMA
102 bool "Async_tx: Offload support for the async_tx api" 102 bool "Async_tx: Offload support for the async_tx api"
103 depends on DMA_ENGINE 103 depends on DMA_ENGINE && !HIGHMEM64G
104 help 104 help
105 This allows the async_tx api to take advantage of offload engines for 105 This allows the async_tx api to take advantage of offload engines for
106 memcpy, memset, xor, and raid6 p+q operations. If your platform has 106 memcpy, memset, xor, and raid6 p+q operations. If your platform has