You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
14 lines
254 B
Plaintext
14 lines
254 B
Plaintext
|
|
#
|
||
|
|
# DMA engine configuration
|
||
|
|
#
|
||
|
|
|
||
|
|
menu "DMA Engine support"
|
||
|
|
|
||
|
|
config DMA_ENGINE
|
||
|
|
bool "Support for DMA engines"
|
||
|
|
---help---
|
||
|
|
DMA engines offload copy operations from the CPU to dedicated
|
||
|
|
hardware, allowing the copies to happen asynchronously.
|
||
|
|
|
||
|
|
endmenu
|