blob: d11338ed4841472b37f8477a2d00e42c79d77575 [file] [log] [blame]
Minda Chene198b0d2025-03-06 14:20:26 +08001#
2# PHY drivers for Starfive platforms
3#
4
5menu "Starfive PHY driver"
6
Minda Chen1dd049f2025-03-06 14:20:27 +08007config PHY_STARFIVE_JH7110_PCIE
8 bool "Starfive JH7110 PCIe 2.0 PHY driver"
9 depends on PHY
10 help
11 Enable this to support the Starfive JH7110 PCIE 2.0/USB 3.0 PHY.
12 Generic PHY driver JH7110 USB 3.0/ PCIe 2.0.
13
Minda Chene198b0d2025-03-06 14:20:26 +080014config PHY_STARFIVE_JH7110_USB2
15 bool "Starfive JH7110 USB 2.0 PHY driver"
16 depends on PHY
17 help
18 Enable this to support the Starfive JH7110 USB 2.0 PHY.
19 Generic PHY driver JH7110 USB 2.0.
20
21endmenu