mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 05:04:26 +00:00
7bdeb4ef4c
Add the Rockchip PCIe PHY driver as part of Generic PHY framework. Signed-off-by: Jagan Teki <jagan@amarulasolutions.com> Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
28 lines
563 B
Text
28 lines
563 B
Text
#
|
|
# Phy drivers for Rockchip platforms
|
|
#
|
|
|
|
menu "Rockchip PHY driver"
|
|
|
|
config PHY_ROCKCHIP_INNO_USB2
|
|
bool "Rockchip INNO USB2PHY Driver"
|
|
depends on ARCH_ROCKCHIP
|
|
select PHY
|
|
help
|
|
Support for Rockchip USB2.0 PHY with Innosilicon IP block.
|
|
|
|
config PHY_ROCKCHIP_PCIE
|
|
bool "Rockchip PCIe PHY Driver"
|
|
depends on ARCH_ROCKCHIP
|
|
select PHY
|
|
help
|
|
Enable this to support the Rockchip PCIe PHY.
|
|
|
|
config PHY_ROCKCHIP_TYPEC
|
|
bool "Rockchip TYPEC PHY Driver"
|
|
depends on ARCH_ROCKCHIP
|
|
select PHY
|
|
help
|
|
Enable this to support the Rockchip USB TYPEC PHY.
|
|
|
|
endmenu
|