31de313dfd
Used the generic PHY framework API to create the PHY, this driver supoorts USB OTG PHY used in JZ4770 SoC, JZ4775 SoC, JZ4780 SoC, X1000 SoC, X1830 SoC and X2000 SoC. Co-developed-by: 漆鹏振 (Qi Pengzhen) <aric.pzqi@ingenic.com> Signed-off-by: 漆鹏振 (Qi Pengzhen) <aric.pzqi@ingenic.com> Signed-off-by: 周琰杰 (Zhou Yanjie) <zhouyanjie@wanyeetech.com> Tested-by: 周正 (Zhou Zheng) <sernia.zhou@foxmail.com> Tested-by: H. Nikolaus Schaller <hns@goldelico.com> Reviewed-by: Paul Cercueil <paul@crapouillou.net> Link: https://lore.kernel.org/r/20201116141906.11758-4-zhouyanjie@wanyeetech.com Signed-off-by: Vinod Koul <vkoul@kernel.org>
13 lines
342 B
Plaintext
13 lines
342 B
Plaintext
# SPDX-License-Identifier: GPL-2.0
|
|
#
|
|
# Phy drivers for Ingenic platforms
|
|
#
|
|
config PHY_INGENIC_USB
|
|
tristate "Ingenic SoCs USB PHY Driver"
|
|
depends on MIPS || COMPILE_TEST
|
|
depends on USB_SUPPORT
|
|
select GENERIC_PHY
|
|
help
|
|
This driver provides USB PHY support for the USB controller found
|
|
on the JZ-series and X-series SoCs from Ingenic.
|