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