commit | d4183d6368c562e6633311faaa5654fe28cedda7 | [log] [tgz] |
---|---|---|
author | Adam Ford <aford173@gmail.com> | Tue Jan 02 10:39:52 2018 -0600 |
committer | Tom Rini <trini@konsulko.com> | Mon Jan 22 16:43:30 2018 -0500 |
tree | 7ffc4cd3dd3bdd1dccf46fd2b4e17e48870460d7 | |
parent | 22442db050656557463dc85e3d415ca03093a8e9 [diff] [blame] |
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>
diff --git a/drivers/usb/phy/Kconfig b/drivers/usb/phy/Kconfig index a202fd1..bcc67a0 100644 --- a/drivers/usb/phy/Kconfig +++ b/drivers/usb/phy/Kconfig
@@ -13,3 +13,5 @@ config OMAP_USB_PHY bool "OMAP PHY" +config ROCKCHIP_USB2_PHY + bool "Rockchip USB2 PHY"