diff options
Diffstat (limited to 'drivers/usb')
-rw-r--r-- | drivers/usb/dwc3/Kconfig | 2 | ||||
-rw-r--r-- | drivers/usb/gadget/Kconfig | 4 | ||||
-rw-r--r-- | drivers/usb/host/Kconfig | 1 | ||||
-rw-r--r-- | drivers/usb/musb/Kconfig | 1 | ||||
-rw-r--r-- | drivers/usb/renesas_usbhs/Kconfig | 2 |
5 files changed, 4 insertions, 6 deletions
diff --git a/drivers/usb/dwc3/Kconfig b/drivers/usb/dwc3/Kconfig index f969ea266acb..b870872e020f 100644 --- a/drivers/usb/dwc3/Kconfig +++ b/drivers/usb/dwc3/Kconfig | |||
@@ -1,6 +1,6 @@ | |||
1 | config USB_DWC3 | 1 | config USB_DWC3 |
2 | tristate "DesignWare USB3 DRD Core Support" | 2 | tristate "DesignWare USB3 DRD Core Support" |
3 | depends on (USB || USB_GADGET) && GENERIC_HARDIRQS && HAS_DMA | 3 | depends on (USB || USB_GADGET) && HAS_DMA |
4 | depends on EXTCON | 4 | depends on EXTCON |
5 | select USB_XHCI_PLATFORM if USB_SUPPORT && USB_XHCI_HCD | 5 | select USB_XHCI_PLATFORM if USB_SUPPORT && USB_XHCI_HCD |
6 | help | 6 | help |
diff --git a/drivers/usb/gadget/Kconfig b/drivers/usb/gadget/Kconfig index 30e2dd8a1f2c..48cddf3cd6b8 100644 --- a/drivers/usb/gadget/Kconfig +++ b/drivers/usb/gadget/Kconfig | |||
@@ -313,7 +313,7 @@ config USB_S3C_HSUDC | |||
313 | 313 | ||
314 | config USB_MV_UDC | 314 | config USB_MV_UDC |
315 | tristate "Marvell USB2.0 Device Controller" | 315 | tristate "Marvell USB2.0 Device Controller" |
316 | depends on GENERIC_HARDIRQS && HAS_DMA | 316 | depends on HAS_DMA |
317 | help | 317 | help |
318 | Marvell Socs (including PXA and MMP series) include a high speed | 318 | Marvell Socs (including PXA and MMP series) include a high speed |
319 | USB2.0 OTG controller, which can be configured as high speed or | 319 | USB2.0 OTG controller, which can be configured as high speed or |
@@ -425,7 +425,7 @@ config USB_GOKU | |||
425 | 425 | ||
426 | config USB_EG20T | 426 | config USB_EG20T |
427 | tristate "Intel EG20T PCH/LAPIS Semiconductor IOH(ML7213/ML7831) UDC" | 427 | tristate "Intel EG20T PCH/LAPIS Semiconductor IOH(ML7213/ML7831) UDC" |
428 | depends on PCI && GENERIC_HARDIRQS | 428 | depends on PCI |
429 | help | 429 | help |
430 | This is a USB device driver for EG20T PCH. | 430 | This is a USB device driver for EG20T PCH. |
431 | EG20T PCH is the platform controller hub that is used in Intel's | 431 | EG20T PCH is the platform controller hub that is used in Intel's |
diff --git a/drivers/usb/host/Kconfig b/drivers/usb/host/Kconfig index 5be0326aae38..b3f20d7f15de 100644 --- a/drivers/usb/host/Kconfig +++ b/drivers/usb/host/Kconfig | |||
@@ -278,7 +278,6 @@ endif # USB_EHCI_HCD | |||
278 | 278 | ||
279 | config USB_OXU210HP_HCD | 279 | config USB_OXU210HP_HCD |
280 | tristate "OXU210HP HCD support" | 280 | tristate "OXU210HP HCD support" |
281 | depends on GENERIC_HARDIRQS | ||
282 | ---help--- | 281 | ---help--- |
283 | The OXU210HP is an USB host/OTG/device controller. Enable this | 282 | The OXU210HP is an USB host/OTG/device controller. Enable this |
284 | option if your board has this chip. If unsure, say N. | 283 | option if your board has this chip. If unsure, say N. |
diff --git a/drivers/usb/musb/Kconfig b/drivers/usb/musb/Kconfig index c64ee09a7c0e..c258a97ef1b0 100644 --- a/drivers/usb/musb/Kconfig +++ b/drivers/usb/musb/Kconfig | |||
@@ -71,7 +71,6 @@ config USB_MUSB_DA8XX | |||
71 | 71 | ||
72 | config USB_MUSB_TUSB6010 | 72 | config USB_MUSB_TUSB6010 |
73 | tristate "TUSB6010" | 73 | tristate "TUSB6010" |
74 | depends on GENERIC_HARDIRQS | ||
75 | 74 | ||
76 | config USB_MUSB_OMAP2PLUS | 75 | config USB_MUSB_OMAP2PLUS |
77 | tristate "OMAP2430 and onwards" | 76 | tristate "OMAP2430 and onwards" |
diff --git a/drivers/usb/renesas_usbhs/Kconfig b/drivers/usb/renesas_usbhs/Kconfig index 019bf7e49ee6..1c4195abc108 100644 --- a/drivers/usb/renesas_usbhs/Kconfig +++ b/drivers/usb/renesas_usbhs/Kconfig | |||
@@ -4,7 +4,7 @@ | |||
4 | 4 | ||
5 | config USB_RENESAS_USBHS | 5 | config USB_RENESAS_USBHS |
6 | tristate 'Renesas USBHS controller' | 6 | tristate 'Renesas USBHS controller' |
7 | depends on USB_GADGET && GENERIC_HARDIRQS | 7 | depends on USB_GADGET |
8 | default n | 8 | default n |
9 | help | 9 | help |
10 | Renesas USBHS is a discrete USB host and peripheral controller chip | 10 | Renesas USBHS is a discrete USB host and peripheral controller chip |