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