blob: 2c943bbe1f81088771b96c5b29edc6d149853087 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# 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
|