]> git.ipfire.org Git - thirdparty/u-boot.git/blame - drivers/usb/musb/Kconfig
usb: musb: Remove legacy CONFIG_USB_DA8XX
[thirdparty/u-boot.git] / drivers / usb / musb / Kconfig
CommitLineData
83d290c5 1# SPDX-License-Identifier: GPL-2.0+
e13a9dc3
AF
2#
3# (C) Copyright 2017
4# Adam Ford, Logic PD, aford173@gmail.com
e13a9dc3
AF
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
e13a9dc3
AF
14config USB_OMAP3
15 bool "Legacy MUSB OMAP3 / OMAP4"
16 depends on ARCH_OMAP2PLUS
17
e13a9dc3
AF
18config USB_AM35X
19 bool"Legacy MUSB AM35x"
20 depends on ARCH_OMAP2PLUS && !USB_OMAP3