diff options
author | Felipe Balbi <balbi@ti.com> | 2013-08-12 23:01:14 +0400 |
---|---|---|
committer | Felipe Balbi <balbi@ti.com> | 2013-08-12 23:01:14 +0400 |
commit | eff196ad4e6b10499d4c4e4a0bd4a7c8afb8455f (patch) | |
tree | 27a09a3afdca3236bb4f962929208636a034d875 /drivers/usb | |
parent | 327d8b424578254f0c1e71f83960bf8934063529 (diff) | |
download | linux-eff196ad4e6b10499d4c4e4a0bd4a7c8afb8455f.tar.xz |
usb: musb: dsps: make it depend on OF_IRQ
musb_dsps.c utilizes a symbol which is only
available when CONFIG_OF_IRQ is set, so make
it depend on that.
Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'drivers/usb')
-rw-r--r-- | drivers/usb/musb/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/musb/Kconfig b/drivers/usb/musb/Kconfig index 04658d7666e9..c64ee09a7c0e 100644 --- a/drivers/usb/musb/Kconfig +++ b/drivers/usb/musb/Kconfig @@ -84,6 +84,7 @@ config USB_MUSB_AM35X config USB_MUSB_DSPS tristate "TI DSPS platforms" select USB_MUSB_AM335X_CHILD + depends on OF_IRQ config USB_MUSB_BLACKFIN tristate "Blackfin" |