Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 354728
b: refs/heads/master
c: 5273afe
h: refs/heads/master
v: v3
  • Loading branch information
Heiko Carstens authored and Greg Kroah-Hartman committed Feb 8, 2013
1 parent 61ad7e0 commit 98789e8
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: cd060956c5e97931c3909e4a808508469c0bb9f6
refs/heads/master: 5273afe359f700ac28bf8e9d63d733dbe0483e62
2 changes: 1 addition & 1 deletion trunk/drivers/usb/dwc3/Kconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
config USB_DWC3
tristate "DesignWare USB3 DRD Core Support"
depends on (USB || USB_GADGET)
depends on (USB || USB_GADGET) && GENERIC_HARDIRQS
select USB_OTG_UTILS
select USB_XHCI_PLATFORM if USB_SUPPORT && USB_XHCI_HCD
help
Expand Down
3 changes: 2 additions & 1 deletion trunk/drivers/usb/gadget/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,7 @@ config USB_S3C_HSUDC

config USB_MV_UDC
tristate "Marvell USB2.0 Device Controller"
depends on GENERIC_HARDIRQS
help
Marvell Socs (including PXA and MMP series) include a high speed
USB2.0 OTG controller, which can be configured as high speed or
Expand Down Expand Up @@ -441,7 +442,7 @@ config USB_GOKU

config USB_EG20T
tristate "Intel EG20T PCH/LAPIS Semiconductor IOH(ML7213/ML7831) UDC"
depends on PCI
depends on PCI && GENERIC_HARDIRQS
help
This is a USB device driver for EG20T PCH.
EG20T PCH is the platform controller hub that is used in Intel's
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/usb/host/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ config USB_EHCI_ATH79

config USB_OXU210HP_HCD
tristate "OXU210HP HCD support"
depends on USB
depends on USB && GENERIC_HARDIRQS
---help---
The OXU210HP is an USB host/OTG/device controller. Enable this
option if your board has this chip. If unsure, say N.
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/usb/musb/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ config USB_MUSB_DA8XX

config USB_MUSB_TUSB6010
tristate "TUSB6010"
depends on GENERIC_HARDIRQS

config USB_MUSB_OMAP2PLUS
tristate "OMAP2430 and onwards"
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/usb/renesas_usbhs/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

config USB_RENESAS_USBHS
tristate 'Renesas USBHS controller'
depends on USB && USB_GADGET
depends on USB && USB_GADGET && GENERIC_HARDIRQS
default n
help
Renesas USBHS is a discrete USB host and peripheral controller chip
Expand Down

0 comments on commit 98789e8

Please sign in to comment.