summaryrefslogtreecommitdiffstats
path: root/arch/mips/Kconfig
diff options
context:
space:
mode:
authorAlban Bedel2018-03-24 23:47:22 +0100
committerGreg Kroah-Hartman2018-03-26 11:59:25 +0200
commit53d473fc1e38751b5369373423d58c86a3444b3b (patch)
tree1c6d90f80345e45a16c514ed8d7d3b6db603a69f /arch/mips/Kconfig
parentusb: roles: Fix return value check in intel_xhci_usb_probe() (diff)
downloadkernel-qcow2-linux-53d473fc1e38751b5369373423d58c86a3444b3b.tar.gz
kernel-qcow2-linux-53d473fc1e38751b5369373423d58c86a3444b3b.tar.xz
kernel-qcow2-linux-53d473fc1e38751b5369373423d58c86a3444b3b.zip
usb: host: Remove the deprecated ATH79 USB host config options
The options USB_EHCI_ATH79 and USB_OHCI_ATH79 only enable the generic EHCI and OHCI platform drivers, and have been marked as deprecated since 2012. These can be safely removed if we make sure that USB_EHCI_ROOT_HUB_TT still get enabled for the EHCI driver. This is now done be selecting this option when the EHCI platform driver is enabled on the ATH79 platform. Signed-off-by: Alban Bedel <albeu@free.fr> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r--arch/mips/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index 8128c3b68d6b..61e9a24297b7 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -200,6 +200,7 @@ config ATH79
select SYS_SUPPORTS_MIPS16
select SYS_SUPPORTS_ZBOOT_UART_PROM
select USE_OF
+ select USB_EHCI_ROOT_HUB_TT if USB_EHCI_HCD_PLATFORM
help
Support for the Atheros AR71XX/AR724X/AR913X SoCs.