Re: [PATCH] USB: fix Kconfig logic for USB_UHCI_HCD

2013-05-15 Thread Alan Stern
On Wed, 15 May 2013, Arnd Bergmann wrote: > On Tuesday 14 May 2013, Alan Stern wrote: > > The Kconfig settings for uhci-hcd are too permissive; they allow the > > driver to be built without any bus-glue modules configured > > (USB_UHCI_HCD enabled, PCI disabled, SPARC_LEON disabled, ARCH_VT8500 >

Re: [PATCH] USB: fix Kconfig logic for USB_UHCI_HCD

2013-05-15 Thread Arnd Bergmann
On Tuesday 14 May 2013, Alan Stern wrote: > The Kconfig settings for uhci-hcd are too permissive; they allow the > driver to be built without any bus-glue modules configured > (USB_UHCI_HCD enabled, PCI disabled, SPARC_LEON disabled, ARCH_VT8500 > enabled, and USB_UHCI_PLATFORM disabled). > > This