brintos

brintos / linux-shallow public Read only

0
0
Text · 409 B · 5e39b60 Raw
14 lines · plain
1config UACCE2	tristate "Accelerator Framework for User Land"3	depends on IOMMU_API4	help5	  UACCE provides interface for the user process to access the hardware6	  without interaction with the kernel space in data path.7 8	  The user-space interface is described in9	  include/uapi/misc/uacce/uacce.h10 11	  See Documentation/misc-devices/uacce.rst for more details.12 13	  If you don't know what to do here, say N.14