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