aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2015-06-04 21:45:01 +0000
committerFelix Fietkau <nbd@openwrt.org>2015-06-04 21:45:01 +0000
commit7a23eae2458dcbb05325d39707c35e8116aa10ec (patch)
tree921af3d1603fd0207d4ac5367ce84e692b57d4be /target
parent2c74406aa264a4d36dff80af2612a9dbadf30c31 (diff)
downloadupstream-7a23eae2458dcbb05325d39707c35e8116aa10ec.tar.gz
upstream-7a23eae2458dcbb05325d39707c35e8116aa10ec.tar.bz2
upstream-7a23eae2458dcbb05325d39707c35e8116aa10ec.zip
ramips: remove prompt of the USB_MT7621_XHCI_PLATFORM symbol to avoid issues with kernel_menuconfig
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 45888
Diffstat (limited to 'target')
-rw-r--r--target/linux/ramips/patches-3.18/0062-mt7621-add-ECHI-OCHI-XCHI-support.patch7
1 files changed, 4 insertions, 3 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 fb9b9f3e88..79818803e6 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,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
@@ -52,14 +52,15 @@
+ 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"