Linux Audio

Check our new training course

Open-source upstreaming

Need help get the support for your hardware in upstream Linux?
Loading...
v5.9
 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	help
12	  Renesas USBHS is a discrete USB host and peripheral controller chip
13	  that supports both full and high speed USB 2.0 data transfers.
14	  It has nine or more configurable endpoints, and endpoint zero.
15
16	  Say "y" to link the driver statically, or "m" to build a
17	  dynamically linked module called "renesas_usbhs"
v3.5.6
 
 1#
 2# Renesas USBHS Controller Drivers
 3#
 4
 5config USB_RENESAS_USBHS
 6	tristate 'Renesas USBHS controller'
 7	depends on USB && USB_GADGET
 8	default n
 
 9	help
10	  Renesas USBHS is a discrete USB host and peripheral controller chip
11	  that supports both full and high speed USB 2.0 data transfers.
12	  It has nine or more configurable endpoints, and endpoint zero.
13
14	  Say "y" to link the driver statically, or "m" to build a
15	  dynamically linked module called "renesas_usbhs"