0001 # SPDX-License-Identifier: GPL-2.0
0002
0003 menu "PCI switch controller drivers"
0004 depends on PCI
0005
0006 config PCI_SW_SWITCHTEC
0007 tristate "MicroSemi Switchtec PCIe Switch Management Driver"
0008 help
0009 Enables support for the management interface for the MicroSemi
0010 Switchtec series of PCIe switches. Supports userspace access
0011 to submit MRPC commands to the switch via /dev/switchtecX
0012 devices. See <file:Documentation/driver-api/switchtec.rst> for more
0013 information.
0014
0015 endmenu