On Fri, Jan 13, 2023 at 07:23:19AM +0100, Christoph Hellwig wrote: > USB_OHCI_SH is a dummy option that never builds any code, remove it. > > Signed-off-by: Christoph Hellwig <hch@xxxxxx> > --- > drivers/usb/host/Kconfig | 11 ----------- > 1 file changed, 11 deletions(-) > > diff --git a/drivers/usb/host/Kconfig b/drivers/usb/host/Kconfig > index 8d799d23c476e1..ca5f657c092cf4 100644 > --- a/drivers/usb/host/Kconfig > +++ b/drivers/usb/host/Kconfig > @@ -548,17 +548,6 @@ config USB_OHCI_HCD_SSB > > If unsure, say N. > > -config USB_OHCI_SH > - bool "OHCI support for SuperH USB controller (DEPRECATED)" > - depends on SUPERH || COMPILE_TEST > - select USB_OHCI_HCD_PLATFORM > - help > - This option is deprecated now and the driver was removed, use > - USB_OHCI_HCD_PLATFORM instead. > - > - Enables support for the on-chip OHCI controller on the SuperH. > - If you use the PCI OHCI controller, this option is not necessary. > - > config USB_OHCI_EXYNOS > tristate "OHCI support for Samsung S5P/Exynos SoC Series" > depends on ARCH_S5PV210 || ARCH_EXYNOS || COMPILE_TEST > -- > 2.39.0 > Do you want all of these to go through a single tree, or can they go through the different driver subsystem trees? If single: Acked-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> If not, I'll be glad to take this. thanks, greg k-h