summaryrefslogtreecommitdiff
path: root/drivers/usb/phy
diff options
context:
space:
mode:
authorAdam Ford <aford173@gmail.com>2018-01-02 19:38:36 +0300
committerTom Rini <trini@konsulko.com>2018-01-23 00:43:30 +0300
commit3b9e2a2520082ebf64ad4607bace057ac8fb0076 (patch)
treef5c2abe13083b791b8e3efec2040d0415a6cf229 /drivers/usb/phy
parent26410c1517bbb6d6f90de55b5fa65dac3c298bc7 (diff)
downloadu-boot-3b9e2a2520082ebf64ad4607bace057ac8fb0076.tar.xz
Convert CONFIG_TWL4030_USB to Kconfig
This converts the following to Kconfig: CONFIG_TWL4030_USB Signed-off-by: Adam Ford <aford173@gmail.com>
Diffstat (limited to 'drivers/usb/phy')
-rw-r--r--drivers/usb/phy/Kconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/usb/phy/Kconfig b/drivers/usb/phy/Kconfig
new file mode 100644
index 0000000000..943a966a90
--- /dev/null
+++ b/drivers/usb/phy/Kconfig
@@ -0,0 +1,12 @@
+#
+# (C) Copyright 2017
+# Adam Ford, Logic PD, aford173@gmail.com
+#
+# SPDX-License-Identifier: GPL-2.0+
+#
+
+comment "USB Phy"
+
+config TWL4030_USB
+ bool "TWL4030 PHY"
+