mirror of
https://github.com/adulau/aha.git
synced 2024-12-28 19:56:18 +00:00
USB: gadget: fix build error in omap_apollon_2420_defconfig
In apollon case, it only used udc, so udc configuration should select USB_OTG_UTILS also. Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com> Acked-by: David Brownell <dbrownell@users.sourceforge.net> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
ce459ec1d2
commit
54b9ed35ae
1 changed files with 1 additions and 0 deletions
|
@ -191,6 +191,7 @@ config USB_GADGET_OMAP
|
||||||
boolean "OMAP USB Device Controller"
|
boolean "OMAP USB Device Controller"
|
||||||
depends on ARCH_OMAP
|
depends on ARCH_OMAP
|
||||||
select ISP1301_OMAP if MACH_OMAP_H2 || MACH_OMAP_H3 || MACH_OMAP_H4_OTG
|
select ISP1301_OMAP if MACH_OMAP_H2 || MACH_OMAP_H3 || MACH_OMAP_H4_OTG
|
||||||
|
select USB_OTG_UTILS if ARCH_OMAP
|
||||||
help
|
help
|
||||||
Many Texas Instruments OMAP processors have flexible full
|
Many Texas Instruments OMAP processors have flexible full
|
||||||
speed USB device controllers, with support for up to 30
|
speed USB device controllers, with support for up to 30
|
||||||
|
|
Loading…
Reference in a new issue