0001 # SPDX-License-Identifier: GPL-2.0
0002 #
0003 # Renesas USBHS Controller Drivers
0004 #
0005
0006 config USB_RENESAS_USBHS
0007 tristate 'Renesas USBHS controller'
0008 depends on USB_GADGET
0009 depends on ARCH_RENESAS || SUPERH || COMPILE_TEST
0010 depends on EXTCON || !EXTCON # if EXTCON=m, USBHS cannot be built-in
0011 help
0012 Renesas USBHS is a discrete USB host and peripheral controller chip
0013 that supports both full and high speed USB 2.0 data transfers.
0014 It has nine or more configurable endpoints, and endpoint zero.
0015
0016 Say "y" to link the driver statically, or "m" to build a
0017 dynamically linked module called "renesas_usbhs"