mirror of
https://github.com/smaeul/u-boot.git
synced 2025-10-13 20:36:02 +01:00
14 lines
363 B
Plaintext
14 lines
363 B
Plaintext
config MSM8916_USB_PHY
|
|
bool "Qualcomm MSM8916 USB PHY support"
|
|
depends on PHY
|
|
help
|
|
Support the USB PHY in msm8916
|
|
|
|
This PHY is found on qualcomm dragonboard410c development board.
|
|
|
|
config PHY_QCOM_IPQ4019_USB
|
|
tristate "Qualcomm IPQ4019 USB PHY driver"
|
|
depends on PHY && ARCH_IPQ40XX
|
|
help
|
|
Support for the USB PHY-s on Qualcomm IPQ40xx SoC-s.
|