mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-13 06:42:56 +00:00
bf57dd5889
Add support for the Innosilicon DSI-DPHY driver for Rockchip SOCs. The driver was ported from Linux and tested on a Rockchip RK3566 based device to query the panel ID via a DSI command. Signed-off-by: Chris Morgan <macromorgan@hotmail.com> Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
52 lines
1.2 KiB
Text
52 lines
1.2 KiB
Text
#
|
|
# Phy drivers for Rockchip platforms
|
|
#
|
|
|
|
menu "Rockchip PHY driver"
|
|
|
|
config PHY_ROCKCHIP_INNO_DSIDPHY
|
|
bool "Rockchip INNO DSIDPHY Driver"
|
|
depends on ARCH_ROCKCHIP
|
|
select PHY
|
|
select MIPI_DPHY_HELPERS
|
|
help
|
|
Support for Rockchip MIPI DPHY with Innosilicon IP block.
|
|
|
|
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_NANENG_COMBOPHY
|
|
bool "Support Rockchip NANENG combo PHY Driver"
|
|
depends on ARCH_ROCKCHIP
|
|
select PHY
|
|
help
|
|
Enable this to support the Rockchip NANENG combo PHY.
|
|
|
|
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_SNPS_PCIE3
|
|
bool "Rockchip Snps PCIe3 PHY Driver"
|
|
depends on PHY && ARCH_ROCKCHIP
|
|
help
|
|
Support for Rockchip PCIe3 PHY with Synopsys IP block.
|
|
It could support PCIe Gen3 single root complex, and could
|
|
also be able splited into multiple combinations of lanes.
|
|
|
|
|
|
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
|