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) # SPDX-License-Identifier: GPL-2.0
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  2) menuconfig GREYBUS
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  3) 	tristate "Greybus support"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  4) 	depends on SYSFS
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  5) 	help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  6) 	  This option enables the Greybus driver core.  Greybus is a
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  7) 	  hardware protocol that was designed to provide Unipro with a
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  8) 	  sane application layer.  It was originally designed for the
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  9) 	  ARA project, a module phone system, but has shown up in other
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10) 	  phones, and can be tunneled over other busses in order to
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11) 	  control hardware devices.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13) 	  Say Y here to enable support for these types of drivers.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15) 	  To compile this code as a module, choose M here: the module
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16) 	  will be called greybus.ko
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 17) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 18) if GREYBUS
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 19) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 20) config GREYBUS_ES2
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 21) 	tristate "Greybus ES3 USB host controller"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 22) 	depends on USB
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 23) 	help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 24) 	  Select this option if you have a Toshiba ES3 USB device that
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 25) 	  acts as a Greybus "host controller".  This device is a bridge
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 26) 	  from a USB device to a Unipro network.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 27) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 28) 	  To compile this code as a module, choose M here: the module
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 29) 	  will be called gb-es2.ko
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 30) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 31) endif	# GREYBUS
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 32)