diff options
author | blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2014-01-19 17:27:31 +0000 |
---|---|---|
committer | blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2014-01-19 17:27:31 +0000 |
commit | fff66599aad6538e90c8ffcf80d8746459ac6503 (patch) | |
tree | 4467b210309dc853206d60844b0c44d8308a2dfd /target/linux/ramips/mt7621/config-3.10 | |
parent | 6ea9b152e83667bf7351efdcc487c7afd3806da9 (diff) |
ralink: activate xhci config
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39330 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips/mt7621/config-3.10')
-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 |