Skip to content

Commit

Permalink
USB: fix fsl_otg config dependency
Browse files Browse the repository at this point in the history
USB_GADGET_FSL_USB2 has been changed to USB_FSL_USB2 by commit
193ab2a (usb: gadget: allow
multiple gadgets to be built). But old USB_GADGET_FSL_USB2 is
still listed as dependency for fsl_otg driver, so the driver
cannot be selected in the configuration currently. Fix it.

Signed-off-by: Anatolij Gustschin <agust@denx.de>
Signed-off-by: Felipe Balbi <balbi@ti.com>
  • Loading branch information
Anatolij Gustschin authored and Felipe Balbi committed Dec 13, 2012
1 parent 5848294 commit b33d74d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/usb/otg/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ config AB8500_USB

config FSL_USB2_OTG
bool "Freescale USB OTG Transceiver Driver"
depends on USB_EHCI_FSL && USB_GADGET_FSL_USB2 && USB_SUSPEND
depends on USB_EHCI_FSL && USB_FSL_USB2 && USB_SUSPEND
select USB_OTG
select USB_OTG_UTILS
help
Expand Down

0 comments on commit b33d74d

Please sign in to comment.