2018-07-30 10:58:55 +03:00
|
|
|
# SPDX-License-Identifier: GPL-2.0
|
2011-07-07 13:17:37 +04:00
|
|
|
#
|
|
|
|
# Renesas USBHS Controller Drivers
|
|
|
|
#
|
|
|
|
|
|
|
|
config USB_RENESAS_USBHS
|
|
|
|
tristate 'Renesas USBHS controller'
|
2013-08-30 11:39:53 +04:00
|
|
|
depends on USB_GADGET
|
2016-02-19 05:55:50 +03:00
|
|
|
depends on ARCH_RENESAS || SUPERH || COMPILE_TEST
|
2015-02-19 00:07:07 +03:00
|
|
|
depends on EXTCON || !EXTCON # if EXTCON=m, USBHS cannot be built-in
|
2011-07-07 13:17:37 +04:00
|
|
|
help
|
|
|
|
Renesas USBHS is a discrete USB host and peripheral controller chip
|
|
|
|
that supports both full and high speed 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"
|