]> asedeno.scripts.mit.edu Git - linux.git/commit
usb: host: Remove the deprecated ATH79 USB host config options
authorAlban Bedel <albeu@free.fr>
Sat, 24 Mar 2018 22:47:22 +0000 (23:47 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 26 Mar 2018 09:59:25 +0000 (11:59 +0200)
commit53d473fc1e38751b5369373423d58c86a3444b3b
tree1c6d90f80345e45a16c514ed8d7d3b6db603a69f
parent97eba3260e7c4e65e1c085301c2330110bd6aa2b
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>
arch/mips/Kconfig
drivers/usb/host/Kconfig