mirror of
https://github.com/torvalds/linux.git
synced 2024-11-24 05:02:12 +00:00
7328c8f48d
b24413180f
("License cleanup: add SPDX GPL-2.0 license identifier to
files with no license") added SPDX GPL-2.0 to several PCI files that
previously contained no license information.
Add SPDX GPL-2.0 to all other PCI files that did not contain any license
information and hence were under the default GPL version 2 license of the
kernel.
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
16 lines
453 B
Plaintext
16 lines
453 B
Plaintext
# SPDX-License-Identifier: GPL-2.0
|
|
|
|
menu "PCI switch controller drivers"
|
|
depends on PCI
|
|
|
|
config PCI_SW_SWITCHTEC
|
|
tristate "MicroSemi Switchtec PCIe Switch Management Driver"
|
|
help
|
|
Enables support for the management interface for the MicroSemi
|
|
Switchtec series of PCIe switches. Supports userspace access
|
|
to submit MRPC commands to the switch via /dev/switchtecX
|
|
devices. See <file:Documentation/switchtec.txt> for more
|
|
information.
|
|
|
|
endmenu
|