commit | 22442db050656557463dc85e3d415ca03093a8e9 | [log] [tgz] |
---|---|---|
author | Adam Ford <aford173@gmail.com> | Tue Jan 02 10:39:21 2018 -0600 |
committer | Tom Rini <trini@konsulko.com> | Mon Jan 22 16:43:30 2018 -0500 |
tree | 6a0cba6c54b37d2a586a42e809cd1a29eff0027d | |
parent | 0c6d357772825ccbaac9ed456c4e4029c703ceda [diff] [blame] |
Convert CONFIG_OMAP_USB_PHY to Kconfig This converts the following to Kconfig: CONFIG_OMAP_USB_PHY Signed-off-by: Adam Ford <aford173@gmail.com>
diff --git a/drivers/usb/phy/Kconfig b/drivers/usb/phy/Kconfig index 943a966..a202fd1 100644 --- a/drivers/usb/phy/Kconfig +++ b/drivers/usb/phy/Kconfig
@@ -10,3 +10,6 @@ config TWL4030_USB bool "TWL4030 PHY" +config OMAP_USB_PHY + bool "OMAP PHY" +