diff options
author | Adam Ford | 2018-01-02 10:39:52 -0600 |
---|---|---|
committer | Tom Rini | 2018-01-22 16:43:30 -0500 |
commit | 6574864df8db62a45e1875d4e1c42e5c8b8cbe0e (patch) | |
tree | 7ffc4cd3dd3bdd1dccf46fd2b4e17e48870460d7 /drivers/usb/phy | |
parent | b9b500b0f9c3a37e064bd84eae65c807b8619dea (diff) |
Convert CONFIG_ROCKCHIP_USB2_PHY to Kconfig
This converts the following to Kconfig:
CONFIG_ROCKCHIP_USB2_PHY
Signed-off-by: Adam Ford <aford173@gmail.com>
Diffstat (limited to 'drivers/usb/phy')
-rw-r--r-- | drivers/usb/phy/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/usb/phy/Kconfig b/drivers/usb/phy/Kconfig index a202fd1edd4..bcc67a0d702 100644 --- a/drivers/usb/phy/Kconfig +++ b/drivers/usb/phy/Kconfig @@ -13,3 +13,5 @@ config TWL4030_USB config OMAP_USB_PHY bool "OMAP PHY" +config ROCKCHIP_USB2_PHY + bool "Rockchip USB2 PHY" |