kernel: disable deprecated CONFIG_USB_EHCI_ATH79 symbol
USB_EHCI_HCD_PLATFORM is used instead Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
parent
64de1cb1fd
commit
2422f84b1b
3 changed files with 2 additions and 1 deletions
|
@ -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 \
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue