[PATCH 16/30] usb/musb: HDRC depends on TWL4030_CORE for OMAP3/4

2011-10-02 Thread Arnd Bergmann
The musb_hdrc driver tries to select TWL4030_USB or TWL6030_USB on some platforms, but those symbols in turn depend on TWL4030_CORE. Trying not to spread the 'select' further, this makes the driver depend on the TWL4030_CORE for the platforms that do other selects. Signed-off-by: Arnd Bergmann

Re: [PATCH 16/30] usb/musb: HDRC depends on TWL4030_CORE for OMAP3/4

2011-10-02 Thread Felipe Balbi
Hi, On Sun, Oct 02, 2011 at 04:45:46PM +0200, Arnd Bergmann wrote: The musb_hdrc driver tries to select TWL4030_USB or TWL6030_USB on some platforms, but those symbols in turn depend on TWL4030_CORE. the very fact that MUSB tries to select those is wrong. That's also some buggy legacy crap