brintos

brintos / linux-shallow public Read only

0
0
Text · 304 B · d02cae2 Raw
13 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2#3# PHY drivers for Nuvoton MA35 platforms4#5config PHY_MA35_USB6	tristate "Nuvoton MA35 USB2.0 PHY driver"7	depends on ARCH_MA35 || COMPILE_TEST8	depends on OF9	select GENERIC_PHY10	help11	  Enable this to support the USB2.0 PHY on the Nuvoton MA3512	  series SoCs.13