diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2013-07-13 17:52:21 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2013-07-13 17:52:21 -0400 |
commit | d1447464789918db1e1a3d0aaf50d3d0f6487a4f (patch) | |
tree | 490bd5c493cdba742dc90d3731962226838e5f33 /drivers/usb/host/Kconfig | |
parent | 833e68340d108d88f4cb79b7d7223f6859d362ca (diff) | |
parent | 6ac5310e649df5fcd240d764503bf16a1317ea39 (diff) |
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
Pull MIPS updates from Ralf Baechle:
"MIPS updates:
- All the things that didn't make 3.10.
- Removes the Windriver PPMC platform. Nobody will miss it.
- Remove a workaround from kernel/irq/irqdomain.c which was there
exclusivly for MIPS. Patch by Grant Likely.
- More small improvments for the SEAD 3 platform
- Improvments on the BMIPS / SMP support for the BCM63xx series.
- Various cleanups of dead leftovers.
- Platform support for the Cavium Octeon-based EdgeRouter Lite.
Two large KVM patchsets didn't make it for this pull request because
their respective authors are vacationing"
* 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus: (124 commits)
MIPS: Kconfig: Add missing MODULES dependency to VPE_LOADER
MIPS: BCM63xx: CLK: Add dummy clk_{set,round}_rate() functions
MIPS: SEAD3: Disable L2 cache on SEAD-3.
MIPS: BCM63xx: Enable second core SMP on BCM6328 if available
MIPS: BCM63xx: Add SMP support to prom.c
MIPS: define write{b,w,l,q}_relaxed
MIPS: Expose missing pci_io{map,unmap} declarations
MIPS: Malta: Update GCMP detection.
Revert "MIPS: make CAC_ADDR and UNCAC_ADDR account for PHYS_OFFSET"
MIPS: APSP: Remove <asm/kspd.h>
SSB: Kconfig: Amend SSB_EMBEDDED dependencies
MIPS: microMIPS: Fix improper definition of ISA exception bit.
MIPS: Don't try to decode microMIPS branch instructions where they cannot exist.
MIPS: Declare emulate_load_store_microMIPS as a static function.
MIPS: Fix typos and cleanup comment
MIPS: Cleanup indentation and whitespace
MIPS: BMIPS: support booting from physical CPU other than 0
MIPS: Only set cpu_has_mmips if SYS_SUPPORTS_MICROMIPS
MIPS: GIC: Fix gic_set_affinity infinite loop
MIPS: Don't save/restore OCTEON wide multiplier state on syscalls.
...
Diffstat (limited to 'drivers/usb/host/Kconfig')
-rw-r--r-- | drivers/usb/host/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/usb/host/Kconfig b/drivers/usb/host/Kconfig index 2817013bceb1..4263d011392c 100644 --- a/drivers/usb/host/Kconfig +++ b/drivers/usb/host/Kconfig | |||
@@ -283,7 +283,7 @@ config USB_EHCI_HCD_PLATFORM | |||
283 | 283 | ||
284 | config USB_OCTEON_EHCI | 284 | config USB_OCTEON_EHCI |
285 | bool "Octeon on-chip EHCI support" | 285 | bool "Octeon on-chip EHCI support" |
286 | depends on CPU_CAVIUM_OCTEON | 286 | depends on CAVIUM_OCTEON_SOC |
287 | default n | 287 | default n |
288 | select USB_EHCI_BIG_ENDIAN_MMIO | 288 | select USB_EHCI_BIG_ENDIAN_MMIO |
289 | help | 289 | help |
@@ -488,7 +488,7 @@ config USB_OHCI_HCD_PLATFORM | |||
488 | 488 | ||
489 | config USB_OCTEON_OHCI | 489 | config USB_OCTEON_OHCI |
490 | bool "Octeon on-chip OHCI support" | 490 | bool "Octeon on-chip OHCI support" |
491 | depends on CPU_CAVIUM_OCTEON | 491 | depends on CAVIUM_OCTEON_SOC |
492 | default USB_OCTEON_EHCI | 492 | default USB_OCTEON_EHCI |
493 | select USB_OHCI_BIG_ENDIAN_MMIO | 493 | select USB_OHCI_BIG_ENDIAN_MMIO |
494 | select USB_OHCI_LITTLE_ENDIAN | 494 | select USB_OHCI_LITTLE_ENDIAN |