commit | 0c6d357772825ccbaac9ed456c4e4029c703ceda | [log] [tgz] |
---|---|---|
author | Adam Ford <aford173@gmail.com> | Tue Jan 02 10:38:36 2018 -0600 |
committer | Tom Rini <trini@konsulko.com> | Mon Jan 22 16:43:30 2018 -0500 |
tree | f5c2abe13083b791b8e3efec2040d0415a6cf229 | |
parent | 19b336e3ccc2b09e663352b5b079649c75e5715f [diff] [blame] |
Convert CONFIG_TWL4030_USB to Kconfig This converts the following to Kconfig: CONFIG_TWL4030_USB Signed-off-by: Adam Ford <aford173@gmail.com>
diff --git a/drivers/usb/phy/Kconfig b/drivers/usb/phy/Kconfig new file mode 100644 index 0000000..943a966 --- /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" +