--- zzzz-none-000/linux-4.4.271/drivers/usb/host/Kconfig 2021-06-03 06:22:09.000000000 +0000 +++ hawkeye-5590-750/linux-4.4.271/drivers/usb/host/Kconfig 2023-04-19 10:22:30.000000000 +0000 @@ -27,7 +27,7 @@ if USB_XHCI_HCD config USB_XHCI_PCI - tristate + tristate "Generic xHCI driver for a PCI device" depends on PCI default y @@ -118,7 +118,7 @@ if USB_EHCI_HCD config USB_EHCI_PCI - tristate + tristate "EHCI PCI support needed ?" depends on PCI default y @@ -278,15 +278,12 @@ It is needed for high-speed (480Mbit/sec) USB 2.0 device support. -config USB_EHCI_ATH79 - bool "EHCI support for AR7XXX/AR9XXX SoCs (DEPRECATED)" - depends on (SOC_AR71XX || SOC_AR724X || SOC_AR913X || SOC_AR933X) +config USB_EHCI_HCD_ATH79 + tristate "EHCI support for AR7XXX/AR9XXX SoCs" + depends on (SOC_AR71XX || SOC_AR724X || SOC_AR913X || SOC_AR933X || SOC_AR934X || SOC_QCA955X || SOC_QCA956X) select USB_EHCI_ROOT_HUB_TT - select USB_EHCI_HCD_PLATFORM default y ---help--- - This option is deprecated now and the driver was removed, use - USB_EHCI_HCD_PLATFORM instead. Enables support for the built-in EHCI controller present on the Atheros AR7XXX/AR9XXX SoCs.