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) #
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  3) # Phy drivers for Cadence PHYs
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  4) #
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  5) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  6) config PHY_CADENCE_TORRENT
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  7) 	tristate "Cadence Torrent PHY driver"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  8) 	depends on OF
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  9) 	depends on HAS_IOMEM
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10) 	select GENERIC_PHY
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11) 	help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12) 	  Support for Cadence Torrent PHY.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14) config PHY_CADENCE_DPHY
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15) 	tristate "Cadence D-PHY Support"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16) 	depends on HAS_IOMEM && OF
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 17) 	select GENERIC_PHY
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 18) 	select GENERIC_PHY_MIPI_DPHY
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 19) 	help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 20) 	  Choose this option if you have a Cadence D-PHY in your
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 21) 	  system. If M is selected, the module will be called
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 22) 	  cdns-dphy.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 23) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 24) config PHY_CADENCE_SIERRA
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 25) 	tristate "Cadence Sierra PHY Driver"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 26) 	depends on OF && HAS_IOMEM && RESET_CONTROLLER
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 27) 	select GENERIC_PHY
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 28) 	help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 29) 	  Enable this to support the Cadence Sierra PHY driver
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 30) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 31) config PHY_CADENCE_SALVO
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 32) 	tristate "Cadence Salvo PHY Driver"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 33) 	depends on OF && HAS_IOMEM
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 34) 	select GENERIC_PHY
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 35) 	help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 36) 	  Enable this to support the Cadence SALVO PHY driver,
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 37) 	  this PHY is a legacy PHY, and only are used for USB3
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 38) 	  and USB2.