Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

usb: host: remove USB_ARCH_HAS_?HCI

USB_ARCH_HAS_EHCI, USB_ARCH_HAS_OHCI, and USB_ARCH_HAS_XHCI were made
obsolete in v3.11. They have not been used ever since. Setting them has
no effect. They can safely be removed.

Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Acked-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Paul Bolle and committed by
Greg Kroah-Hartman
b797b76f 9d265649

-10
-10
drivers/usb/Kconfig
··· 2 2 # USB device configuration 3 3 # 4 4 5 - # These are unused now, remove them once they are no longer selected 6 - config USB_ARCH_HAS_OHCI 7 - bool 8 - 9 5 config USB_OHCI_BIG_ENDIAN_DESC 10 6 bool 11 7 ··· 13 17 default n if STB03xxx || PPC_MPC52xx 14 18 default y 15 19 16 - config USB_ARCH_HAS_EHCI 17 - bool 18 - 19 20 config USB_EHCI_BIG_ENDIAN_MMIO 20 21 bool 21 22 22 23 config USB_EHCI_BIG_ENDIAN_DESC 23 - bool 24 - 25 - config USB_ARCH_HAS_XHCI 26 24 bool 27 25 28 26 menuconfig USB_SUPPORT