mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-18 05:07:00 +02:00
Add Starfive JH7110 PCIe 2.0 PHY driver, which is generic PHY driver and can be used as USB 3.0 driver. Signed-off-by: Minda Chen <minda.chen@starfivetech.com> Tested-by: E Shattow <lucent@gmail.com>
22 lines
488 B
Plaintext
22 lines
488 B
Plaintext
#
|
|
# PHY drivers for Starfive platforms
|
|
#
|
|
|
|
menu "Starfive PHY driver"
|
|
|
|
config PHY_STARFIVE_JH7110_PCIE
|
|
bool "Starfive JH7110 PCIe 2.0 PHY driver"
|
|
depends on PHY
|
|
help
|
|
Enable this to support the Starfive JH7110 PCIE 2.0/USB 3.0 PHY.
|
|
Generic PHY driver JH7110 USB 3.0/ PCIe 2.0.
|
|
|
|
config PHY_STARFIVE_JH7110_USB2
|
|
bool "Starfive JH7110 USB 2.0 PHY driver"
|
|
depends on PHY
|
|
help
|
|
Enable this to support the Starfive JH7110 USB 2.0 PHY.
|
|
Generic PHY driver JH7110 USB 2.0.
|
|
|
|
endmenu
|