0006-usb-drop-deprecated-symbols.patch 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. From bd17da5b6297e0e52b787049292d076ad415362a Mon Sep 17 00:00:00 2001
  2. From: John Crispin <john@phrozen.org>
  3. Date: Tue, 6 Mar 2018 10:04:54 +0100
  4. Subject: [PATCH 06/27] usb: drop deprecated symbols
  5. Signed-off-by: John Crispin <john@phrozen.org>
  6. ---
  7. drivers/usb/host/Kconfig | 25 -------------------------
  8. 1 file changed, 25 deletions(-)
  9. --- a/drivers/usb/host/Kconfig
  10. +++ b/drivers/usb/host/Kconfig
  11. @@ -297,19 +297,6 @@ config USB_CNS3XXX_EHCI
  12. It is needed for high-speed (480Mbit/sec) USB 2.0 device
  13. support.
  14. -config USB_EHCI_ATH79
  15. - bool "EHCI support for AR7XXX/AR9XXX SoCs (DEPRECATED)"
  16. - depends on (SOC_AR71XX || SOC_AR724X || SOC_AR913X || SOC_AR933X)
  17. - select USB_EHCI_ROOT_HUB_TT
  18. - select USB_EHCI_HCD_PLATFORM
  19. - default y
  20. - ---help---
  21. - This option is deprecated now and the driver was removed, use
  22. - USB_EHCI_HCD_PLATFORM instead.
  23. -
  24. - Enables support for the built-in EHCI controller present
  25. - on the Atheros AR7XXX/AR9XXX SoCs.
  26. -
  27. config USB_EHCI_HCD_PLATFORM
  28. tristate "Generic EHCI driver for a platform device"
  29. default n
  30. @@ -493,18 +480,6 @@ config USB_OHCI_HCD_DAVINCI
  31. controller. This driver cannot currently be a loadable
  32. module because it lacks a proper PHY abstraction.
  33. -config USB_OHCI_ATH79
  34. - bool "USB OHCI support for the Atheros AR71XX/AR7240 SoCs (DEPRECATED)"
  35. - depends on (SOC_AR71XX || SOC_AR724X)
  36. - select USB_OHCI_HCD_PLATFORM
  37. - default y
  38. - help
  39. - This option is deprecated now and the driver was removed, use
  40. - USB_OHCI_HCD_PLATFORM instead.
  41. -
  42. - Enables support for the built-in OHCI controller present on the
  43. - Atheros AR71XX/AR7240 SoCs.
  44. -
  45. config USB_OHCI_HCD_PPC_OF_BE
  46. bool "OHCI support for OF platform bus (big endian)"
  47. depends on PPC