mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 13:14:27 +00:00
f187ace80e
There don't appear to be any boards enabling CONFIG_USB_DA8XX, and there is a newer version of the MUSB driver, so let's remove the legacy version of it. Signed-off-by: Adam Ford <aford173@gmail.com> Reviewed-by: Jean-Jacques Hiblot <jjhiblot@ti.com>
20 lines
410 B
Text
20 lines
410 B
Text
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
# (C) Copyright 2017
|
|
# Adam Ford, Logic PD, aford173@gmail.com
|
|
|
|
comment "Legacy MUSB Support"
|
|
|
|
config USB_MUSB_HCD
|
|
bool "Legacy MUSB Host Controller"
|
|
|
|
config USB_MUSB_UDC
|
|
bool "Legacy USB Device Controller"
|
|
|
|
config USB_OMAP3
|
|
bool "Legacy MUSB OMAP3 / OMAP4"
|
|
depends on ARCH_OMAP2PLUS
|
|
|
|
config USB_AM35X
|
|
bool"Legacy MUSB AM35x"
|
|
depends on ARCH_OMAP2PLUS && !USB_OMAP3
|