diff options
author | Heiko Carstens <heiko.carstens@de.ibm.com> | 2013-02-06 11:24:01 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-02-08 15:16:12 -0500 |
commit | 5273afe359f700ac28bf8e9d63d733dbe0483e62 (patch) | |
tree | d1b59c42f558e9a22e6b95461bc5861e530971be /drivers/usb/host/Kconfig | |
parent | cd060956c5e97931c3909e4a808508469c0bb9f6 (diff) |
drivers/usb: add missing GENERIC_HARDIRQS dependencies
Add a couple of missing GENERIC_HARDIRQS dependencies to fix link
errors like below on s390:
ERROR: "devm_request_threaded_irq" [drivers/usb/gadget/mv_udc.ko] undefined!
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/host/Kconfig')
-rw-r--r-- | drivers/usb/host/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/host/Kconfig b/drivers/usb/host/Kconfig index 3a21c5d683c0..c59a1126926f 100644 --- a/drivers/usb/host/Kconfig +++ b/drivers/usb/host/Kconfig | |||
@@ -246,7 +246,7 @@ config USB_EHCI_ATH79 | |||
246 | 246 | ||
247 | config USB_OXU210HP_HCD | 247 | config USB_OXU210HP_HCD |
248 | tristate "OXU210HP HCD support" | 248 | tristate "OXU210HP HCD support" |
249 | depends on USB | 249 | depends on USB && GENERIC_HARDIRQS |
250 | ---help--- | 250 | ---help--- |
251 | The OXU210HP is an USB host/OTG/device controller. Enable this | 251 | The OXU210HP is an USB host/OTG/device controller. Enable this |
252 | option if your board has this chip. If unsure, say N. | 252 | option if your board has this chip. If unsure, say N. |