Message ID | 20230113062339.1909087-3-hch@lst.de |
---|---|
State | New |
Headers | show |
Series | [01/22] gpu/drm: remove the shmobile drm driver | expand |
On Fri, Feb 03, 2023 at 08:15:42AM +0100, Christoph Hellwig wrote: > On Fri, Jan 13, 2023 at 08:12:44AM +0100, Greg Kroah-Hartman wrote: > > Do you want all of these to go through a single tree, or can they go > > through the different driver subsystem trees? > > Looks like the big removal isn't going in for this merge winodw, > so can you queue this patch up after all Greg? Sure, I'll go apply it right now, thanks. greg k-h
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
USB_OHCI_SH is a dummy option that never builds any code, remove it. Signed-off-by: Christoph Hellwig <hch@lst.de> --- drivers/usb/host/Kconfig | 11 ----------- 1 file changed, 11 deletions(-)