Linux-6.18.2/drivers/phy/sophgo/Kconfig
2025-12-23 20:06:59 +08:00

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