mirror of
https://github.com/torvalds/linux.git
synced 2026-05-12 16:18:45 +02:00
Add USB 2.0 PHY driver for Sophgo CV18XX/SG200X. Currently this driver does not support OTG mode as lack of document. Signed-off-by: Inochi Amaoto <inochiama@gmail.com> Tested-by: Alexander Sverdlin <alexander.sverdlin@gmail.com> Link: https://lore.kernel.org/r/20250708063038.497473-3-inochiama@gmail.com Signed-off-by: Vinod Koul <vkoul@kernel.org>
20 lines
444 B
Plaintext
20 lines
444 B
Plaintext
# SPDX-License-Identifier: GPL-2.0-only
|
|
#
|
|
# Phy drivers for Sophgo platforms
|
|
#
|
|
|
|
if ARCH_SOPHGO || COMPILE_TEST
|
|
|
|
config PHY_SOPHGO_CV1800_USB2
|
|
tristate "Sophgo CV18XX/SG200X USB 2.0 PHY support"
|
|
depends on MFD_SYSCON
|
|
depends on USB_SUPPORT
|
|
select GENERIC_PHY
|
|
help
|
|
Enable this to support the USB 2.0 PHY used with
|
|
the DWC2 USB controller in Sophgo CV18XX/SG200X
|
|
series SoC.
|
|
If unsure, say N.
|
|
|
|
endif # ARCH_SOPHGO || COMPILE_TEST
|