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 @@ ...@@ -44,23 +44,21 @@
} }
--- a/drivers/usb/host/Kconfig --- a/drivers/usb/host/Kconfig
+++ b/drivers/usb/host/Kconfig +++ b/drivers/usb/host/Kconfig
@@ -32,7 +32,14 @@ config USB_XHCI_PCI @@ -41,6 +41,13 @@ config USB_XHCI_PLATFORM
default y
If unsure, say N.
config USB_XHCI_PLATFORM
- tristate
+ tristate "xHCI platform"
+
+config USB_MT7621_XHCI_PLATFORM +config USB_MT7621_XHCI_PLATFORM
+ bool + bool
+ depends on USB_XHCI_PLATFORM + depends on USB_XHCI_PLATFORM
+ depends on SOC_MT7621 + depends on SOC_MT7621
+ select USB_PHY + select USB_PHY
+ default y + default y
+
config USB_XHCI_MVEBU config USB_XHCI_MVEBU
tristate "xHCI support for Marvell Armada 375/38x" 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 config USB_UHCI_HCD
tristate "UHCI HCD (most Intel and VIA) support" 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