diff options
author | John Crispin <john@openwrt.org> | 2014-01-19 17:27:31 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-01-19 17:27:31 +0000 |
commit | ebaa3817a71c1641a55cdfb3a378c97d942811bc (patch) | |
tree | 8838cfed27977ed6a68d0c35fd9d0bd52ca4d09a /target/linux/ramips | |
parent | a818a3cf8f6b9180608b0f2c841dde6eb53a46ea (diff) | |
download | upstream-ebaa3817a71c1641a55cdfb3a378c97d942811bc.tar.gz upstream-ebaa3817a71c1641a55cdfb3a378c97d942811bc.tar.bz2 upstream-ebaa3817a71c1641a55cdfb3a378c97d942811bc.zip |
ralink: activate xhci config
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 39330
Diffstat (limited to 'target/linux/ramips')
-rw-r--r-- | target/linux/ramips/mt7621/config-3.10 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/target/linux/ramips/mt7621/config-3.10 b/target/linux/ramips/mt7621/config-3.10 index a94e976fc8..194bb4a1cc 100644 --- a/target/linux/ramips/mt7621/config-3.10 +++ b/target/linux/ramips/mt7621/config-3.10 @@ -135,6 +135,7 @@ CONFIG_OF_PCI=y CONFIG_OF_PCI_IRQ=y CONFIG_PAGEFLAGS_EXTENDED=y CONFIG_PCI=y +CONFIG_PCI_DISABLE_COMMON_QUIRKS=y CONFIG_PCI_DOMAINS=y CONFIG_PERF_USE_VMALLOC=y CONFIG_PHYLIB=y @@ -189,9 +190,13 @@ CONFIG_USB=m CONFIG_USB_ARCH_HAS_XHCI=y CONFIG_USB_COMMON=m # CONFIG_USB_EHCI_HCD is not set +CONFIG_USB_MT7621_XHCI_PLATFORM=y CONFIG_USB_PHY=y CONFIG_USB_SUPPORT=y # CONFIG_USB_UHCI_HCD is not set +CONFIG_USB_XHCI_HCD=m +# CONFIG_USB_XHCI_HCD_DEBUGGING is not set +CONFIG_USB_XHCI_PLATFORM=y CONFIG_USE_GENERIC_SMP_HELPERS=y CONFIG_USE_OF=y CONFIG_WATCHDOG_CORE=y |