Re: [PATCH] phy: omap_usb2: fix module dependency

2013-12-10 Thread Kishon Vijay Abraham I
Hi Felipe, On Wednesday 11 December 2013 01:54 AM, Felipe Balbi wrote: > Due to over-use of select statements, we could > fall into a situation where CONFIG_USB_PHY would > be enabled while CONFIG_USB_SUPPORT wouldn't. > > This would generate a situation where usb_bind_phy() > would not be define

Re: [PATCH] phy: omap_usb2: fix module dependency

2013-12-10 Thread Tony Lindgren
* Felipe Balbi [131210 12:26]: > Due to over-use of select statements, we could > fall into a situation where CONFIG_USB_PHY would > be enabled while CONFIG_USB_SUPPORT wouldn't. > > This would generate a situation where usb_bind_phy() > would not be defined and kernel build for some > OMAP2PLUS

[PATCH] phy: omap_usb2: fix module dependency

2013-12-10 Thread Felipe Balbi
Due to over-use of select statements, we could fall into a situation where CONFIG_USB_PHY would be enabled while CONFIG_USB_SUPPORT wouldn't. This would generate a situation where usb_bind_phy() would not be defined and kernel build for some OMAP2PLUS platforms would fail. Fix this by replacing a