Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer

#
# Renesas USBHS Controller Drivers
#

config CONFIG_USB_RENESAS_USBHS
	tristate 'Renesas USBHS controller'
	depends on CONFIG_USB_GADGET
	depends on CONFIG_ARCH_RENESAS || CONFIG_SUPERH || CONFIG_COMPILE_TEST
	depends on CONFIG_EXTCON || !CONFIG_EXTCON # if CONFIG_EXTCON=m, USBHS cannot be built-in
	default n
	help
	  Renesas USBHS is a discrete CONFIG_USB host and peripheral controller chip
	  that supports both full and high speed CONFIG_USB 2.0 data transfers.
	  It has nine or more configurable endpoints, and endpoint zero.

	  Say "y" to link the driver statically, or "m" to build a
	  dynamically linked module called "renesas_usbhs"