Re: [PATCH] phy: kconfig: add depends on "USB_SUPPORT" to OMAP_USB2 and TWL4030_USB

2013-11-27 Thread Kishon Vijay Abraham I
Hi, On Tuesday 26 November 2013 09:24 PM, Felipe Balbi wrote: > On Tue, Nov 26, 2013 at 03:31:55PM +0530, Kishon Vijay Abraham I wrote: >> Fixes >> warning: (OMAP_USB2 && TWL4030_USB) selects USB_PHY which has unmet >> direct dependencies (USB_SUPPORT) >> that shows up while disabling USB_SUPPORT

Re: [PATCH] phy: kconfig: add depends on USB_SUPPORT to OMAP_USB2 and TWL4030_USB

2013-11-27 Thread Kishon Vijay Abraham I
Hi, On Tuesday 26 November 2013 09:24 PM, Felipe Balbi wrote: On Tue, Nov 26, 2013 at 03:31:55PM +0530, Kishon Vijay Abraham I wrote: Fixes warning: (OMAP_USB2 TWL4030_USB) selects USB_PHY which has unmet direct dependencies (USB_SUPPORT) that shows up while disabling USB_SUPPORT from

Re: [PATCH] phy: kconfig: add depends on "USB_SUPPORT" to OMAP_USB2 and TWL4030_USB

2013-11-26 Thread Felipe Balbi
On Tue, Nov 26, 2013 at 03:31:55PM +0530, Kishon Vijay Abraham I wrote: > Fixes > warning: (OMAP_USB2 && TWL4030_USB) selects USB_PHY which has unmet > direct dependencies (USB_SUPPORT) > that shows up while disabling USB_SUPPORT from menuconfig. > > Signed-off-by: Kishon Vijay Abraham I > --- >

[PATCH] phy: kconfig: add depends on "USB_SUPPORT" to OMAP_USB2 and TWL4030_USB

2013-11-26 Thread Kishon Vijay Abraham I
Fixes warning: (OMAP_USB2 && TWL4030_USB) selects USB_PHY which has unmet direct dependencies (USB_SUPPORT) that shows up while disabling USB_SUPPORT from menuconfig. Signed-off-by: Kishon Vijay Abraham I --- drivers/phy/Kconfig |2 ++ 1 file changed, 2 insertions(+) diff --git

[PATCH] phy: kconfig: add depends on USB_SUPPORT to OMAP_USB2 and TWL4030_USB

2013-11-26 Thread Kishon Vijay Abraham I
Fixes warning: (OMAP_USB2 TWL4030_USB) selects USB_PHY which has unmet direct dependencies (USB_SUPPORT) that shows up while disabling USB_SUPPORT from menuconfig. Signed-off-by: Kishon Vijay Abraham I kis...@ti.com --- drivers/phy/Kconfig |2 ++ 1 file changed, 2 insertions(+) diff --git

Re: [PATCH] phy: kconfig: add depends on USB_SUPPORT to OMAP_USB2 and TWL4030_USB

2013-11-26 Thread Felipe Balbi
On Tue, Nov 26, 2013 at 03:31:55PM +0530, Kishon Vijay Abraham I wrote: Fixes warning: (OMAP_USB2 TWL4030_USB) selects USB_PHY which has unmet direct dependencies (USB_SUPPORT) that shows up while disabling USB_SUPPORT from menuconfig. Signed-off-by: Kishon Vijay Abraham I kis...@ti.com