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) #
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  3) # Phy drivers for Renesas platforms
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  4) #
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  5) config PHY_RCAR_GEN2
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  6) 	tristate "Renesas R-Car generation 2 USB PHY driver"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  7) 	depends on ARCH_RENESAS
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  8) 	depends on GENERIC_PHY
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  9) 	help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10) 	  Support for USB PHY found on Renesas R-Car generation 2 SoCs.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12) config PHY_RCAR_GEN3_PCIE
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13) 	tristate "Renesas R-Car generation 3 PCIe PHY driver"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14) 	depends on ARCH_RENESAS
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15) 	select GENERIC_PHY
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16) 	help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 17) 	  Support for the PCIe PHY found on Renesas R-Car generation 3 SoCs.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 18) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 19) config PHY_RCAR_GEN3_USB2
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 20) 	tristate "Renesas R-Car generation 3 USB 2.0 PHY driver"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 21) 	depends on ARCH_RENESAS
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 22) 	depends on EXTCON || !EXTCON # if EXTCON=m, this cannot be built-in
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 23) 	depends on USB_SUPPORT
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 24) 	select GENERIC_PHY
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 25) 	select USB_COMMON
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 26) 	help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 27) 	  Support for USB 2.0 PHY found on Renesas R-Car generation 3 SoCs.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 28) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 29) config PHY_RCAR_GEN3_USB3
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 30) 	tristate "Renesas R-Car generation 3 USB 3.0 PHY driver"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 31) 	depends on ARCH_RENESAS || COMPILE_TEST
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 32) 	select GENERIC_PHY
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 33) 	help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 34) 	  Support for USB 3.0 PHY found on Renesas R-Car generation 3 SoCs.