[source] kernel: disable deprecated CONFIG_USB_EHCI_ATH79 symbol

LEDE Commits lede-commits at lists.infradead.org
Tue Mar 7 02:38:00 PST 2017


nbd pushed a commit to source.git, branch master:
https://git.lede-project.org/2422f84b1bef034e5eb4bf2da5adeb82659b8d49

commit 2422f84b1bef034e5eb4bf2da5adeb82659b8d49
Author: Felix Fietkau <nbd at nbd.name>
AuthorDate: Tue Mar 7 11:08:29 2017 +0100

    kernel: disable deprecated CONFIG_USB_EHCI_ATH79 symbol
    
    USB_EHCI_HCD_PLATFORM is used instead
    
    Signed-off-by: Felix Fietkau <nbd at nbd.name>
---
 package/kernel/linux/modules/usb.mk | 1 -
 target/linux/generic/config-4.4     | 1 +
 target/linux/generic/config-4.9     | 1 +
 3 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/package/kernel/linux/modules/usb.mk b/package/kernel/linux/modules/usb.mk
index 30534b8..304afec 100644
--- a/package/kernel/linux/modules/usb.mk
+++ b/package/kernel/linux/modules/usb.mk
@@ -282,7 +282,6 @@ define KernelPackage/usb2
 	+TARGET_bcm53xx:kmod-phy-bcm-ns-usb2
   KCONFIG:=\
 	CONFIG_USB_EHCI_HCD \
-	CONFIG_USB_EHCI_ATH79=y \
 	CONFIG_USB_EHCI_BCM63XX=y \
 	CONFIG_USB_IMX21_HCD=y \
 	CONFIG_USB_EHCI_MXC=y \
diff --git a/target/linux/generic/config-4.4 b/target/linux/generic/config-4.4
index 0229518..1936d29 100644
--- a/target/linux/generic/config-4.4
+++ b/target/linux/generic/config-4.4
@@ -4314,6 +4314,7 @@ CONFIG_USB_DEFAULT_PERSIST=y
 # CONFIG_USB_DWC3_QCOM is not set
 # CONFIG_USB_DYNAMIC_MINORS is not set
 # CONFIG_USB_EG20T is not set
+# CONFIG_USB_EHCI_ATH79 is not set
 # CONFIG_USB_EHCI_HCD_AT91 is not set
 # CONFIG_USB_EHCI_HCD_PPC_OF is not set
 # CONFIG_USB_EHCI_MSM is not set
diff --git a/target/linux/generic/config-4.9 b/target/linux/generic/config-4.9
index 508b33a..4cdc05b 100644
--- a/target/linux/generic/config-4.9
+++ b/target/linux/generic/config-4.9
@@ -4655,6 +4655,7 @@ CONFIG_USB_DEFAULT_PERSIST=y
 # CONFIG_USB_DWC3_QCOM is not set
 # CONFIG_USB_DYNAMIC_MINORS is not set
 # CONFIG_USB_EG20T is not set
+# CONFIG_USB_EHCI_ATH79 is not set
 # CONFIG_USB_EHCI_HCD_AT91 is not set
 # CONFIG_USB_EHCI_HCD_PPC_OF is not set
 # CONFIG_USB_EHCI_MSM is not set



More information about the lede-commits mailing list