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 PHY_TEGRA_XUSB
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  3) 	tristate "NVIDIA Tegra XUSB pad controller driver"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  4) 	depends on ARCH_TEGRA && USB_SUPPORT
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  5) 	select USB_COMMON
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  6) 	select USB_CONN_GPIO
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  7) 	select USB_PHY
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  8) 	help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  9) 	  Choose this option if you have an NVIDIA Tegra SoC.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11) 	  To compile this driver as a module, choose M here: the module will
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12) 	  be called phy-tegra-xusb.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14) config PHY_TEGRA194_P2U
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15) 	tristate "NVIDIA Tegra194 PIPE2UPHY PHY driver"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16) 	depends on ARCH_TEGRA_194_SOC || COMPILE_TEST
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 17) 	select GENERIC_PHY
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 18) 	help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 19) 	  Enable this to support the P2U (PIPE to UPHY) that is part of Tegra 19x SOCs.