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 Motorola devices
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  4) #
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  5) config PHY_CPCAP_USB
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  6) 	tristate "CPCAP PMIC USB PHY driver"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  7) 	depends on USB_SUPPORT && IIO
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  8) 	depends on USB_MUSB_HDRC || USB_MUSB_HDRC=n
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  9) 	select GENERIC_PHY
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10) 	select USB_PHY
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11) 	help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12) 	  Enable this for USB to work on Motorola phones and tablets
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13) 	  such as Droid 4.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15) config PHY_MAPPHONE_MDM6600
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16) 	tristate "Motorola Mapphone MDM6600 modem USB PHY driver"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 17) 	depends on OF && USB_SUPPORT && GPIOLIB
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 18) 	select GENERIC_PHY
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 19) 	help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 20) 	  Enable this for MDM6600 USB modem to work on Motorola phones
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 21) 	  and tablets such as Droid 4.