xref: /linux/drivers/phy/nuvoton/Kconfig (revision 566ab427f827b0256d3e8ce0235d088e6a9c28bd)
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# PHY drivers for Nuvoton MA35 platforms
4#
5config PHY_MA35_USB
6	tristate "Nuvoton MA35 USB2.0 PHY driver"
7	depends on ARCH_MA35 || COMPILE_TEST
8	depends on OF
9	select GENERIC_PHY
10	help
11	  Enable this to support the USB2.0 PHY on the Nuvoton MA35
12	  series SoCs.
13