diff options
-rw-r--r-- | target/linux/ramips/patches-3.18/0062-mt7621-add-ECHI-OCHI-XCHI-support.patch | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/target/linux/ramips/patches-3.18/0062-mt7621-add-ECHI-OCHI-XCHI-support.patch b/target/linux/ramips/patches-3.18/0062-mt7621-add-ECHI-OCHI-XCHI-support.patch index e41b8a0d2e..15f5ee8378 100644 --- a/target/linux/ramips/patches-3.18/0062-mt7621-add-ECHI-OCHI-XCHI-support.patch +++ b/target/linux/ramips/patches-3.18/0062-mt7621-add-ECHI-OCHI-XCHI-support.patch @@ -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" |