diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig index 132a4fd375b2e4e165a6d1464c3af0af06f4000b..c823daaf90430bb501ff9bc168e88adbcecf87ef 100644 --- a/drivers/dma/Kconfig +++ b/drivers/dma/Kconfig @@ -355,6 +355,7 @@ config NET_DMA bool "Network: TCP receive copy offload" depends on DMA_ENGINE && NET default (INTEL_IOATDMA || FSL_DMA) + depends on BROKEN help This enables the use of DMA engines in the network stack to offload receive copy-to-user operations, freeing CPU cycles.