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

2014-01-07 Thread Kishon Vijay Abraham I
On Thursday 26 December 2013 06:35 PM, Aaro Koskinen wrote: > Hi, > > On Tue, Dec 03, 2013 at 07:38:52PM +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

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

2014-01-07 Thread Kishon Vijay Abraham I
On Thursday 26 December 2013 06:35 PM, Aaro Koskinen wrote: Hi, On Tue, Dec 03, 2013 at 07:38:52PM +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 v2] phy: kconfig: add depends on "USB_PHY" to OMAP_USB2 and TWL4030_USB

2013-12-26 Thread Aaro Koskinen
Hi, On Tue, Dec 03, 2013 at 07:38:52PM +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. [...] > config TWL4030_USB > tristate

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

2013-12-26 Thread Aaro Koskinen
Hi, On Tue, Dec 03, 2013 at 07:38:52PM +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. [...] config TWL4030_USB tristate TWL4030

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

2013-12-03 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. Reported-by: Russell King Signed-off-by: Kishon Vijay Abraham I Acked-by: Felipe Balbi --- Changes from v1: * changed from

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

2013-12-03 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. Reported-by: Russell King li...@arm.linux.org.uk Signed-off-by: Kishon Vijay Abraham I kis...@ti.com Acked-by: Felipe Balbi