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