ramips: remove prompt of the USB_MT7621_XHCI_PLATFORM symbol to avoid issues with...
authorFelix Fietkau <nbd@openwrt.org>
Thu, 4 Jun 2015 21:45:01 +0000 (21:45 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Thu, 4 Jun 2015 21:45:01 +0000 (21:45 +0000)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45888

target/linux/ramips/patches-3.18/0062-mt7621-add-ECHI-OCHI-XCHI-support.patch

index fb9b9f3e88110d49e6b9c5f0bc6865f7fdfa1435..79818803e62ca99b1696b19db39982b12b5c4c71 100644 (file)
@@ -44,7 +44,7 @@
  }
 --- a/drivers/usb/host/Kconfig
 +++ b/drivers/usb/host/Kconfig
-@@ -32,7 +32,13 @@ config USB_XHCI_PCI
+@@ -32,7 +32,14 @@ config USB_XHCI_PCI
         default y
  
  config USB_XHCI_PLATFORM
 +      tristate "xHCI platform"
 +
 +config USB_MT7621_XHCI_PLATFORM
-+      bool "MTK MT7621 xHCI"
++      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 +595,7 @@ endif # USB_OHCI_HCD
+@@ -589,7 +596,7 @@ endif # USB_OHCI_HCD
  
  config USB_UHCI_HCD
        tristate "UHCI HCD (most Intel and VIA) support"