xref: /openbmc/u-boot/drivers/usb/musb/Kconfig (revision 77c42611)
1#
2# (C) Copyright 2017
3# Adam Ford, Logic PD, aford173@gmail.com
4#
5# SPDX-License-Identifier:	GPL-2.0+
6#
7
8comment "Legacy MUSB Support"
9
10config USB_MUSB_HCD
11	bool "Legacy MUSB Host Controller"
12
13config USB_MUSB_UDC
14	bool "Legacy USB Device Controller"
15
16config USB_DAVINCI
17	bool "Legacy MUSB DaVinci"
18
19config USB_OMAP3
20	bool "Legacy MUSB OMAP3 / OMAP4"
21	depends on ARCH_OMAP2PLUS
22
23config USB_DA8XX
24	bool "Legacy MUSB DA8xx/OMAP-L1x"
25	depends on ARCH_DAVINCI
26
27config USB_AM35X
28	bool"Legacy MUSB AM35x"
29	depends on ARCH_OMAP2PLUS && !USB_OMAP3
30