xref: /linux/drivers/phy/nuvoton/Kconfig (revision cb787f4ac0c2e439ea8d7e6387b925f74576bdf8)
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