xref: /openbmc/linux/drivers/usb/renesas_usbhs/Kconfig (revision 83268fa6b43cefb60ee188fd53ed49120d3ae4f4)
1# SPDX-License-Identifier: GPL-2.0
2#
3# Renesas USBHS Controller Drivers
4#
5
6config USB_RENESAS_USBHS
7	tristate 'Renesas USBHS controller'
8	depends on USB_GADGET
9	depends on ARCH_RENESAS || SUPERH || COMPILE_TEST
10	depends on EXTCON || !EXTCON # if EXTCON=m, USBHS cannot be built-in
11	default n
12	help
13	  Renesas USBHS is a discrete USB host and peripheral controller chip
14	  that supports both full and high speed USB 2.0 data transfers.
15	  It has nine or more configurable endpoints, and endpoint zero.
16
17	  Say "y" to link the driver statically, or "m" to build a
18	  dynamically linked module called "renesas_usbhs"
19