Re: [PATCH 18/30] omap-usb: automatically select MFD_OMAP_USB_HOST

2011-10-04 Thread Samuel Ortiz
Hi Arnd, On Sun, Oct 02, 2011 at 04:45:48PM +0200, Arnd Bergmann wrote: The ehci-omap and ohci-omap3 drivers both depend on the omap-usb-host MFD support driver. By default, this is automatically turned on, but it is possible to disable the driver, which results in a link error. I don't see

[PATCH 18/30] omap-usb: automatically select MFD_OMAP_USB_HOST

2011-10-02 Thread Arnd Bergmann
The ehci-omap and ohci-omap3 drivers both depend on the omap-usb-host MFD support driver. By default, this is automatically turned on, but it is possible to disable the driver, which results in a link error. This patch makes the option invisible so we always do the right thing. Signed-off-by: