mirror of
https://github.com/torvalds/linux.git
synced 2026-06-13 01:08:08 +02:00
There are a few remaining drivers/usb/ files that do not have SPDX
identifiers in them, all of these are either Kconfig or Makefiles. Add
the correct GPL-2.0 identifier to them to make scanning tools happy.
Conflicts:
drivers/usb/typec/tcpm/Kconfig
Change-Id: I71f213ce249e506e0a3cf21cc33ed890e953cca4
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: William Wu <william.wu@rock-chips.com>
(cherry picked from commit cae8dc3b68)
14 lines
368 B
Plaintext
14 lines
368 B
Plaintext
# SPDX-License-Identifier: GPL-2.0
|
|
#
|
|
# USB Monitor configuration
|
|
#
|
|
|
|
config USB_MON
|
|
tristate "USB Monitor"
|
|
help
|
|
If you select this option, a component which captures the USB traffic
|
|
between peripheral-specific drivers and HC drivers will be built.
|
|
For more information, see <file:Documentation/usb/usbmon.txt>.
|
|
|
|
If unsure, say Y, if allowed, otherwise M.
|