xref: /linux/drivers/phy/sophgo/Kconfig (revision 8a7c601e14576a22c2bbf7f67455ccf3f3d2737f)
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# Phy drivers for Sophgo platforms
4#
5
6if ARCH_SOPHGO || COMPILE_TEST
7
8config PHY_SOPHGO_CV1800_USB2
9	tristate "Sophgo CV18XX/SG200X USB 2.0 PHY support"
10	depends on MFD_SYSCON
11	depends on USB_SUPPORT
12	select GENERIC_PHY
13	help
14	  Enable this to support the USB 2.0 PHY used with
15	  the DWC2 USB controller in Sophgo CV18XX/SG200X
16	  series SoC.
17	  If unsure, say N.
18
19endif # ARCH_SOPHGO || COMPILE_TEST
20