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-only
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  2) config INFINIBAND_MTHCA
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  3) 	tristate "Mellanox HCA support"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  4) 	depends on PCI
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  5) 	help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  6) 	  This is a low-level driver for Mellanox InfiniHost host
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  7) 	  channel adapters (HCAs), including the MT23108 PCI-X HCA
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  8) 	  ("Tavor") and the MT25208 PCI Express HCA ("Arbel").
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  9) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10) config INFINIBAND_MTHCA_DEBUG
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11) 	bool "Verbose debugging output" if EXPERT
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12) 	depends on INFINIBAND_MTHCA
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13) 	default y
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14) 	help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15) 	  This option causes debugging code to be compiled into the
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16) 	  mthca driver.  The output can be turned on via the
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 17) 	  debug_level module parameter (which can also be set after
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 18) 	  the driver is loaded through sysfs).