armvirt: Remove kernel 4.14 support
[openwrt/staging/wigyori.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 --- a/drivers/usb/host/Kconfig
12 +++ b/drivers/usb/host/Kconfig
13 @@ -297,19 +297,6 @@ config USB_CNS3XXX_EHCI
14 It is needed for high-speed (480Mbit/sec) USB 2.0 device
15 support.
16
17 -config USB_EHCI_ATH79
18 - bool "EHCI support for AR7XXX/AR9XXX SoCs (DEPRECATED)"
19 - depends on (SOC_AR71XX || SOC_AR724X || SOC_AR913X || SOC_AR933X)
20 - select USB_EHCI_ROOT_HUB_TT
21 - select USB_EHCI_HCD_PLATFORM
22 - default y
23 - ---help---
24 - This option is deprecated now and the driver was removed, use
25 - USB_EHCI_HCD_PLATFORM instead.
26 -
27 - Enables support for the built-in EHCI controller present
28 - on the Atheros AR7XXX/AR9XXX SoCs.
29 -
30 config USB_EHCI_HCD_PLATFORM
31 tristate "Generic EHCI driver for a platform device"
32 default n
33 @@ -493,18 +480,6 @@ config USB_OHCI_HCD_DAVINCI
34 controller. This driver cannot currently be a loadable
35 module because it lacks a proper PHY abstraction.
36
37 -config USB_OHCI_ATH79
38 - bool "USB OHCI support for the Atheros AR71XX/AR7240 SoCs (DEPRECATED)"
39 - depends on (SOC_AR71XX || SOC_AR724X)
40 - select USB_OHCI_HCD_PLATFORM
41 - default y
42 - help
43 - This option is deprecated now and the driver was removed, use
44 - USB_OHCI_HCD_PLATFORM instead.
45 -
46 - Enables support for the built-in OHCI controller present on the
47 - Atheros AR71XX/AR7240 SoCs.
48 -
49 config USB_OHCI_HCD_PPC_OF_BE
50 bool "OHCI support for OF platform bus (big endian)"
51 depends on PPC