brintos

brintos / linux-shallow public Read only

0
0
Text · 364 B · f23cc10 Raw
14 lines · plain
1# SPDX-License-Identifier: GPL-2.02#3# Phy drivers for Ingenic platforms4#5config PHY_INGENIC_USB6	tristate "Ingenic SoCs USB PHY Driver"7	depends on MIPS || COMPILE_TEST8	depends on USB_SUPPORT9	depends on HAS_IOMEM10	select GENERIC_PHY11	help12	  This driver provides USB PHY support for the USB controller found13	  on the JZ-series and X-series SoCs from Ingenic.14