Re: [PATCH] phy: fix Kconfig dependencies

2015-04-28 Thread Felipe Balbi
On Tue, Apr 28, 2015 at 11:09:30AM -0500, Felipe Balbi wrote: > DM816x PHY uses usb_phy_* methods and because > of that, it must select USB_PHY, however, because > the drivers in question (DM816x and OMAP_USB2) sit > outside of drivers/usb/ directory, they can compile > even if USB_SUPPORT=n. > >

[PATCH] phy: fix Kconfig dependencies

2015-04-28 Thread Felipe Balbi
DM816x PHY uses usb_phy_* methods and because of that, it must select USB_PHY, however, because the drivers in question (DM816x and OMAP_USB2) sit outside of drivers/usb/ directory, they can compile even if USB_SUPPORT=n. This patches fixes the dependencies by adding USB_SUPPORT as a dependency an