Orange Pi5 kernel

Deprecated Linux kernel 5.10.110 for OrangePi 5/5B/5+ boards

3 Commits   0 Branches   0 Tags
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  1) config UACCE
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  2) 	tristate "Accelerator Framework for User Land"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  3) 	depends on IOMMU_API
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  4) 	help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  5) 	  UACCE provides interface for the user process to access the hardware
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  6) 	  without interaction with the kernel space in data path.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  7) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  8) 	  The user-space interface is described in
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  9) 	  include/uapi/misc/uacce/uacce.h
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11) 	  See Documentation/misc-devices/uacce.rst for more details.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13) 	  If you don't know what to do here, say N.