BigW Consortium Gitlab

Commit fb9e7c6c by rmilecki

ramips: refresh patch with USB_MT7621_XHCI_PLATFORM

Fixes: edea6dfde4dc ("kernel: make USB_XHCI_PLATFORM selectable") Signed-off-by: 's avatarRafał Miłecki <zajec5@gmail.com> Backport of r46085 git-svn-id: svn://svn.openwrt.org/openwrt/branches/chaos_calmer@46095 3c298f89-4303-0410-b956-a3cf2f4a3e73
parent 0f2b8e68
......@@ -44,23 +44,21 @@
}
--- a/drivers/usb/host/Kconfig
+++ b/drivers/usb/host/Kconfig
@@ -32,7 +32,14 @@ config USB_XHCI_PCI
default y
@@ -41,6 +41,13 @@ config USB_XHCI_PLATFORM
If unsure, say N.
config USB_XHCI_PLATFORM
- tristate
+ tristate "xHCI platform"
+
+config USB_MT7621_XHCI_PLATFORM
+ bool
+ depends on USB_XHCI_PLATFORM
+ depends on SOC_MT7621
+ select USB_PHY
+ default y
+
config USB_XHCI_MVEBU
tristate "xHCI support for Marvell Armada 375/38x"
@@ -589,7 +596,7 @@ endif # USB_OHCI_HCD
select USB_XHCI_PLATFORM
@@ -596,7 +603,7 @@ endif # USB_OHCI_HCD
config USB_UHCI_HCD
tristate "UHCI HCD (most Intel and VIA) support"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment