diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2011-01-07 16:16:28 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-01-07 16:16:28 -0500 |
commit | 3e5b08cbbf78bedd316904ab0cf3b27119433ee5 (patch) | |
tree | 0365745c1b7441c1868551c024410c829c3accc6 /arch/sh/Kconfig | |
parent | da40d036fd716f0efb2917076220814b1e927ae1 (diff) | |
parent | 2af10844eb6ed104f9505bf3a7ba3ceb02264f31 (diff) |
Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6
* 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6: (144 commits)
USB: add support for Dream Cheeky DL100B Webmail Notifier (1d34:0004)
USB: serial: ftdi_sio: add support for TIOCSERGETLSR
USB: ehci-mxc: Setup portsc register prior to accessing OTG viewport
USB: atmel_usba_udc: fix freeing irq in usba_udc_remove()
usb: ehci-omap: fix tll channel enable mask
usb: ohci-omap3: fix trivial typo
USB: gadget: ci13xxx: don't assume that PAGE_SIZE is 4096
USB: gadget: ci13xxx: fix complete() callback for no_interrupt rq's
USB: gadget: update ci13xxx to work with g_ether
USB: gadgets: ci13xxx: fix probing of compiled-in gadget drivers
Revert "USB: musb: pm: don't rely fully on clock support"
Revert "USB: musb: blackfin: pm: make it work"
USB: uas: Use GFP_NOIO instead of GFP_KERNEL in I/O submission path
USB: uas: Ensure we only bind to a UAS interface
USB: uas: Rename sense pipe and sense urb to status pipe and status urb
USB: uas: Use kzalloc instead of kmalloc
USB: uas: Fix up the Sense IU
usb: musb: core: kill unneeded #include's
DA8xx: assign name to MUSB IRQ resource
usb: gadget: g_ncm added
...
Manually fix up trivial conflicts in USB Kconfig changes in:
arch/arm/mach-omap2/Kconfig
arch/sh/Kconfig
drivers/usb/Kconfig
drivers/usb/host/ehci-hcd.c
and annoying chip clock data conflicts in:
arch/arm/mach-omap2/clock3xxx_data.c
arch/arm/mach-omap2/clock44xx_data.c
Diffstat (limited to 'arch/sh/Kconfig')
-rw-r--r-- | arch/sh/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index e9e71120040..fff252209f6 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig | |||
@@ -349,6 +349,7 @@ config CPU_SUBTYPE_SH7720 | |||
349 | select CPU_HAS_DSP | 349 | select CPU_HAS_DSP |
350 | select SYS_SUPPORTS_CMT | 350 | select SYS_SUPPORTS_CMT |
351 | select ARCH_WANT_OPTIONAL_GPIOLIB | 351 | select ARCH_WANT_OPTIONAL_GPIOLIB |
352 | select USB_ARCH_HAS_OHCI | ||
352 | help | 353 | help |
353 | Select SH7720 if you have a SH3-DSP SH7720 CPU. | 354 | Select SH7720 if you have a SH3-DSP SH7720 CPU. |
354 | 355 | ||
@@ -357,6 +358,7 @@ config CPU_SUBTYPE_SH7721 | |||
357 | select CPU_SH3 | 358 | select CPU_SH3 |
358 | select CPU_HAS_DSP | 359 | select CPU_HAS_DSP |
359 | select SYS_SUPPORTS_CMT | 360 | select SYS_SUPPORTS_CMT |
361 | select USB_ARCH_HAS_OHCI | ||
360 | help | 362 | help |
361 | Select SH7721 if you have a SH3-DSP SH7721 CPU. | 363 | Select SH7721 if you have a SH3-DSP SH7721 CPU. |
362 | 364 | ||
@@ -437,6 +439,7 @@ config CPU_SUBTYPE_SH7757 | |||
437 | config CPU_SUBTYPE_SH7763 | 439 | config CPU_SUBTYPE_SH7763 |
438 | bool "Support SH7763 processor" | 440 | bool "Support SH7763 processor" |
439 | select CPU_SH4A | 441 | select CPU_SH4A |
442 | select USB_ARCH_HAS_OHCI | ||
440 | help | 443 | help |
441 | Select SH7763 if you have a SH4A SH7763(R5S77631) CPU. | 444 | Select SH7763 if you have a SH4A SH7763(R5S77631) CPU. |
442 | 445 | ||
@@ -463,6 +466,8 @@ config CPU_SUBTYPE_SH7786 | |||
463 | select CPU_HAS_PTEAEX | 466 | select CPU_HAS_PTEAEX |
464 | select GENERIC_CLOCKEVENTS_BROADCAST if SMP | 467 | select GENERIC_CLOCKEVENTS_BROADCAST if SMP |
465 | select ARCH_WANT_OPTIONAL_GPIOLIB | 468 | select ARCH_WANT_OPTIONAL_GPIOLIB |
469 | select USB_ARCH_HAS_OHCI | ||
470 | select USB_ARCH_HAS_EHCI | ||
466 | 471 | ||
467 | config CPU_SUBTYPE_SHX3 | 472 | config CPU_SUBTYPE_SHX3 |
468 | bool "Support SH-X3 processor" | 473 | bool "Support SH-X3 processor" |