aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/usb/host/Kconfig')
-rw-r--r--drivers/usb/host/Kconfig6
1 files changed, 5 insertions, 1 deletions
diff --git a/drivers/usb/host/Kconfig b/drivers/usb/host/Kconfig
index e43c9c8c185..8cc06f054c6 100644
--- a/drivers/usb/host/Kconfig
+++ b/drivers/usb/host/Kconfig
@@ -387,9 +387,13 @@ config USB_OHCI_HCD_SSB
387 If unsure, say N. 387 If unsure, say N.
388 388
389config USB_OHCI_SH 389config USB_OHCI_SH
390 bool "OHCI support for SuperH USB controller" 390 bool "OHCI support for SuperH USB controller (DEPRECATED)"
391 depends on USB_OHCI_HCD && SUPERH 391 depends on USB_OHCI_HCD && SUPERH
392 select USB_OHCI_HCD_PLATFORM
392 ---help--- 393 ---help---
394 This option is deprecated now and the driver was removed, use
395 USB_OHCI_HCD_PLATFORM instead.
396
393 Enables support for the on-chip OHCI controller on the SuperH. 397 Enables support for the on-chip OHCI controller on the SuperH.
394 If you use the PCI OHCI controller, this option is not necessary. 398 If you use the PCI OHCI controller, this option is not necessary.
395 399