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