aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2014-04-01 20:06:09 -0400
committerLinus Torvalds <torvalds@linux-foundation.org>2014-04-01 20:06:09 -0400
commit3e75c6de1ac33fe3500f44573d9212dc82c99f59 (patch)
treeef10932e204ba8a9885051b06d4524d284207d61 /arch/sh
parentcb1595563880a81dab6eab9a5ecb4520d2e76077 (diff)
parent940ab8f1ef9369da5b58a1bec6820bfd4a7b9042 (diff)
Merge tag 'usb-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
Pull USB patches from Greg KH: "Here's the big USB pull request for 3.15-rc1. The normal set of patches, lots of controller driver updates, and a smattering of individual USB driver updates as well. All have been in linux-next for a while" * tag 'usb-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb: (249 commits) xhci: Transition maintainership to Mathias Nyman. USB: disable reset-resume when USB_QUIRK_RESET is set USB: unbind all interfaces before rebinding any usb: phy: Add ulpi IDs for SMSC USB3320 and TI TUSB1210 usb: gadget: tcm_usb_gadget: stop format strings usb: gadget: f_fs: add missing spinlock and mutex unlock usb: gadget: composite: switch over to ERR_CAST() usb: gadget: inode: switch over to memdup_user() usb: gadget: f_subset: switch over to PTR_RET usb: gadget: lpc32xx_udc: fix wrong clk_put() sequence USB: keyspan: remove dead debugging code USB: serial: add missing newlines to dev_<level> messages. USB: serial: add missing braces USB: serial: continue to write on errors USB: serial: continue to read on errors USB: serial: make bulk_out_size a lower limit USB: cypress_m8: fix potential scheduling while atomic devicetree: bindings: document lsi,zevio-usb usb: chipidea: add support for USB OTG controller on LSI Zevio SoCs usb: chipidea: imx: Use dev_name() for ci_hdrc name to distinguish USBs ...
Diffstat (limited to 'arch/sh')
-rw-r--r--arch/sh/Kconfig9
1 files changed, 0 insertions, 9 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig
index 364d204298fa..1399383315a3 100644
--- a/arch/sh/Kconfig
+++ b/arch/sh/Kconfig
@@ -347,7 +347,6 @@ config CPU_SUBTYPE_SH7720
347 select CPU_HAS_DSP 347 select CPU_HAS_DSP
348 select SYS_SUPPORTS_SH_CMT 348 select SYS_SUPPORTS_SH_CMT
349 select ARCH_WANT_OPTIONAL_GPIOLIB 349 select ARCH_WANT_OPTIONAL_GPIOLIB
350 select USB_ARCH_HAS_OHCI
351 select USB_OHCI_SH if USB_OHCI_HCD 350 select USB_OHCI_SH if USB_OHCI_HCD
352 select PINCTRL 351 select PINCTRL
353 help 352 help
@@ -358,7 +357,6 @@ config CPU_SUBTYPE_SH7721
358 select CPU_SH3 357 select CPU_SH3
359 select CPU_HAS_DSP 358 select CPU_HAS_DSP
360 select SYS_SUPPORTS_SH_CMT 359 select SYS_SUPPORTS_SH_CMT
361 select USB_ARCH_HAS_OHCI
362 select USB_OHCI_SH if USB_OHCI_HCD 360 select USB_OHCI_SH if USB_OHCI_HCD
363 help 361 help
364 Select SH7721 if you have a SH3-DSP SH7721 CPU. 362 Select SH7721 if you have a SH3-DSP SH7721 CPU.
@@ -436,8 +434,6 @@ config CPU_SUBTYPE_SH7734
436 select CPU_SH4A 434 select CPU_SH4A
437 select CPU_SHX2 435 select CPU_SHX2
438 select ARCH_WANT_OPTIONAL_GPIOLIB 436 select ARCH_WANT_OPTIONAL_GPIOLIB
439 select USB_ARCH_HAS_OHCI
440 select USB_ARCH_HAS_EHCI
441 select PINCTRL 437 select PINCTRL
442 help 438 help
443 Select SH7734 if you have a SH4A SH7734 CPU. 439 Select SH7734 if you have a SH4A SH7734 CPU.
@@ -447,8 +443,6 @@ config CPU_SUBTYPE_SH7757
447 select CPU_SH4A 443 select CPU_SH4A
448 select CPU_SHX2 444 select CPU_SHX2
449 select ARCH_WANT_OPTIONAL_GPIOLIB 445 select ARCH_WANT_OPTIONAL_GPIOLIB
450 select USB_ARCH_HAS_OHCI
451 select USB_ARCH_HAS_EHCI
452 select PINCTRL 446 select PINCTRL
453 help 447 help
454 Select SH7757 if you have a SH4A SH7757 CPU. 448 Select SH7757 if you have a SH4A SH7757 CPU.
@@ -456,7 +450,6 @@ config CPU_SUBTYPE_SH7757
456config CPU_SUBTYPE_SH7763 450config CPU_SUBTYPE_SH7763
457 bool "Support SH7763 processor" 451 bool "Support SH7763 processor"
458 select CPU_SH4A 452 select CPU_SH4A
459 select USB_ARCH_HAS_OHCI
460 select USB_OHCI_SH if USB_OHCI_HCD 453 select USB_OHCI_SH if USB_OHCI_HCD
461 help 454 help
462 Select SH7763 if you have a SH4A SH7763(R5S77631) CPU. 455 Select SH7763 if you have a SH4A SH7763(R5S77631) CPU.
@@ -485,9 +478,7 @@ config CPU_SUBTYPE_SH7786
485 select CPU_HAS_PTEAEX 478 select CPU_HAS_PTEAEX
486 select GENERIC_CLOCKEVENTS_BROADCAST if SMP 479 select GENERIC_CLOCKEVENTS_BROADCAST if SMP
487 select ARCH_WANT_OPTIONAL_GPIOLIB 480 select ARCH_WANT_OPTIONAL_GPIOLIB
488 select USB_ARCH_HAS_OHCI
489 select USB_OHCI_SH if USB_OHCI_HCD 481 select USB_OHCI_SH if USB_OHCI_HCD
490 select USB_ARCH_HAS_EHCI
491 select USB_EHCI_SH if USB_EHCI_HCD 482 select USB_EHCI_SH if USB_EHCI_HCD
492 select PINCTRL 483 select PINCTRL
493 484