summaryrefslogtreecommitdiff
path: root/drivers/phy/nuvoton/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/phy/nuvoton/Kconfig')
-rw-r--r--drivers/phy/nuvoton/Kconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/phy/nuvoton/Kconfig b/drivers/phy/nuvoton/Kconfig
new file mode 100644
index 000000000000..d02cae2db315
--- /dev/null
+++ b/drivers/phy/nuvoton/Kconfig
@@ -0,0 +1,12 @@
+# SPDX-License-Identifier: GPL-2.0-only
+#
+# PHY drivers for Nuvoton MA35 platforms
+#
+config PHY_MA35_USB
+ tristate "Nuvoton MA35 USB2.0 PHY driver"
+ depends on ARCH_MA35 || COMPILE_TEST
+ depends on OF
+ select GENERIC_PHY
+ help
+ Enable this to support the USB2.0 PHY on the Nuvoton MA35
+ series SoCs.