xref: /linux/drivers/misc/uacce/Kconfig (revision 015d239a)
1*015d239aSKenneth Leeconfig UACCE
2*015d239aSKenneth Lee	tristate "Accelerator Framework for User Land"
3*015d239aSKenneth Lee	depends on IOMMU_API
4*015d239aSKenneth Lee	help
5*015d239aSKenneth Lee	  UACCE provides interface for the user process to access the hardware
6*015d239aSKenneth Lee	  without interaction with the kernel space in data path.
7*015d239aSKenneth Lee
8*015d239aSKenneth Lee	  The user-space interface is described in
9*015d239aSKenneth Lee	  include/uapi/misc/uacce/uacce.h
10*015d239aSKenneth Lee
11*015d239aSKenneth Lee	  See Documentation/misc-devices/uacce.rst for more details.
12*015d239aSKenneth Lee
13*015d239aSKenneth Lee	  If you don't know what to do here, say N.
14