diff options
author | Adam Ford <aford173@gmail.com> | 2018-01-02 10:39:21 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-01-22 16:43:30 -0500 |
commit | b9b500b0f9c3a37e064bd84eae65c807b8619dea (patch) | |
tree | 6a0cba6c54b37d2a586a42e809cd1a29eff0027d /drivers/usb/phy | |
parent | 3b9e2a2520082ebf64ad4607bace057ac8fb0076 (diff) |
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>
Diffstat (limited to 'drivers/usb/phy')
-rw-r--r-- | drivers/usb/phy/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/usb/phy/Kconfig b/drivers/usb/phy/Kconfig index 943a966a90..a202fd1edd 100644 --- a/drivers/usb/phy/Kconfig +++ b/drivers/usb/phy/Kconfig @@ -10,3 +10,6 @@ comment "USB Phy" config TWL4030_USB bool "TWL4030 PHY" +config OMAP_USB_PHY + bool "OMAP PHY" + |