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