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