On 03/16/2012 10:05 AM, Arend van Spriel wrote: > On 03/15/2012 11:49 PM, Hauke Mehrtens wrote: >> This is now replaced by the new ssb USB driver, which also supports >> devices with an EHCI controller. >> >> Signed-off-by: Hauke Mehrtens<hauke@xxxxxxxxxx> >> --- >> drivers/usb/host/Kconfig | 7 +- >> drivers/usb/host/ohci-hcd.c | 21 +---- >> drivers/usb/host/ohci-ssb.c | 260 >> ------------------------------------------- >> 3 files changed, 7 insertions(+), 281 deletions(-) >> delete mode 100644 drivers/usb/host/ohci-ssb.c >> >> diff --git a/drivers/usb/host/Kconfig b/drivers/usb/host/Kconfig >> index 2fc5637..00b6fc8 100644 >> --- a/drivers/usb/host/Kconfig >> +++ b/drivers/usb/host/Kconfig >> @@ -373,10 +373,15 @@ config USB_OHCI_HCD_PCI >> If unsure, say Y. >> >> config USB_OHCI_HCD_SSB >> - bool "OHCI support for Broadcom SSB OHCI core" >> + bool "OHCI support for Broadcom SSB OHCI core (DEPRECATED)" >> depends on USB_OHCI_HCD&& (SSB = y || SSB = USB_OHCI_HCD)&& >> EXPERIMENTAL >> + select USB_HCD_SSB >> + select USB_OHCI_HCD_PLATFORM >> default n >> ---help--- >> + This option is deprecated now and the driver was removed, use >> + USB_HCD_SSB and USB_OHCI_HCD_PLATFORM instead. >> + >> Support for the Sonics Silicon Backplane (SSB) attached >> Broadcom USB OHCI core. > > Looks fine as it helps transitioning old .config files. Should the > select statements be mentioned in the help section, ie. 'using' iso 'use'. I think "use" is better as USB_OHCI_HCD_SSB will be removed in some time and it should not be used any more. If someone generated the config or a base config with some other script it should be changed to USB_HCD_SSB and USB_OHCI_HCD_PLATFORM. Hauke Hauke -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html