Re: [2.6 patch] fix USB_OHCI_HCD_SSB dependencies
Ingo Molnar <[email protected]>
| Newsgroups | gmane.linux.kernel,gmane.linux.usb.devel |
|---|---|
| Message-ID | <[email protected]> |
* Adrian Bunk <[email protected]> wrote: > - depends on USB_OHCI_HCD && (SSB = y || SSB = CONFIG_USB_OHCI_HCD) && EXPERIMENTAL > + depends on USB_OHCI_HCD && (SSB = y || SSB = USB_OHCI_HCD) && EXPERIMENTAL oops, indeed ... my Kconfig fu needs strengthening. Does Kconfig warn somewhere if it sees an erroneous CONFIG_ token? Ingo