diff options
Diffstat (limited to 'roms/u-boot/drivers/usb/musb/Kconfig')
-rw-r--r-- | roms/u-boot/drivers/usb/musb/Kconfig | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/roms/u-boot/drivers/usb/musb/Kconfig b/roms/u-boot/drivers/usb/musb/Kconfig new file mode 100644 index 000000000..2508b6ed0 --- /dev/null +++ b/roms/u-boot/drivers/usb/musb/Kconfig @@ -0,0 +1,20 @@ +# 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 |