6821aa74fa1b7b1a28284f6c118bc8c949ec46d3
[openwrt/openwrt.git] / target / linux / ath79 / patches-4.14 / 0006-usb-drop-deprecated-symbols.patch
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
6 Signed-off-by: John Crispin <john@phrozen.org>
7 ---
8 drivers/usb/host/Kconfig | 25 -------------------------
9 1 file changed, 25 deletions(-)
10
11 diff --git a/drivers/usb/host/Kconfig b/drivers/usb/host/Kconfig
12 index 4fcfb3084b36..55b45dcd7a4b 100644
13 --- a/drivers/usb/host/Kconfig
14 +++ b/drivers/usb/host/Kconfig
15 @@ -293,19 +293,6 @@ config USB_CNS3XXX_EHCI
16 It is needed for high-speed (480Mbit/sec) USB 2.0 device
17 support.
18
19 -config USB_EHCI_ATH79
20 - bool "EHCI support for AR7XXX/AR9XXX SoCs (DEPRECATED)"
21 - depends on (SOC_AR71XX || SOC_AR724X || SOC_AR913X || SOC_AR933X)
22 - select USB_EHCI_ROOT_HUB_TT
23 - select USB_EHCI_HCD_PLATFORM
24 - default y
25 - ---help---
26 - This option is deprecated now and the driver was removed, use
27 - USB_EHCI_HCD_PLATFORM instead.
28 -
29 - Enables support for the built-in EHCI controller present
30 - on the Atheros AR7XXX/AR9XXX SoCs.
31 -
32 config USB_EHCI_HCD_PLATFORM
33 tristate "Generic EHCI driver for a platform device"
34 default n
35 @@ -489,18 +476,6 @@ config USB_OHCI_HCD_DAVINCI
36 controller. This driver cannot currently be a loadable
37 module because it lacks a proper PHY abstraction.
38
39 -config USB_OHCI_ATH79
40 - bool "USB OHCI support for the Atheros AR71XX/AR7240 SoCs (DEPRECATED)"
41 - depends on (SOC_AR71XX || SOC_AR724X)
42 - select USB_OHCI_HCD_PLATFORM
43 - default y
44 - help
45 - This option is deprecated now and the driver was removed, use
46 - USB_OHCI_HCD_PLATFORM instead.
47 -
48 - Enables support for the built-in OHCI controller present on the
49 - Atheros AR71XX/AR7240 SoCs.
50 -
51 config USB_OHCI_HCD_PPC_OF_BE
52 bool "OHCI support for OF platform bus (big endian)"
53 depends on PPC
54 --
55 2.11.0
56