diff options
author | David Brownell <dbrownell@users.sourceforge.net> | 2009-01-26 05:05:43 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@kvm.kroah.org> | 2009-01-27 19:15:35 -0500 |
commit | cd67435ef985d0d6279803f2ae48b5248a7178df (patch) | |
tree | f56c33da648696922fc0cda3d92f600749024ed9 /drivers/usb/musb | |
parent | 191b776616838f035c2fe7eecc882b5c1f134353 (diff) |
USB: musb: Kconfig fix
The Blackfin MUSB Kconfig text didn't properly parenthesise its
dependencies. This was visible in non-Blackfin configs by the
way the user interfaces lost track of dependencies, when doing
a bunch of test builds.
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/musb')
-rw-r--r-- | drivers/usb/musb/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/musb/Kconfig b/drivers/usb/musb/Kconfig index e1d81d8de225..9985db08e7db 100644 --- a/drivers/usb/musb/Kconfig +++ b/drivers/usb/musb/Kconfig | |||
@@ -50,7 +50,7 @@ comment "OMAP 343x high speed USB support" | |||
50 | depends on USB_MUSB_HDRC && ARCH_OMAP34XX | 50 | depends on USB_MUSB_HDRC && ARCH_OMAP34XX |
51 | 51 | ||
52 | comment "Blackfin high speed USB Support" | 52 | comment "Blackfin high speed USB Support" |
53 | depends on USB_MUSB_HDRC && (BF54x && !BF544) || (BF52x && !BF522 && !BF523) | 53 | depends on USB_MUSB_HDRC && ((BF54x && !BF544) || (BF52x && !BF522 && !BF523)) |
54 | 54 | ||
55 | config USB_TUSB6010 | 55 | config USB_TUSB6010 |
56 | boolean "TUSB 6010 support" | 56 | boolean "TUSB 6010 support" |