blob: aee28a5bb98f92755f99a2035045370ccf10595c [file] [log] [blame]
Bjorn Helgaas7328c8f2018-01-26 11:45:16 -06001# SPDX-License-Identifier: GPL-2.0
2
Logan Gunthorpe080b47d2017-03-06 18:30:54 -06003menu "PCI switch controller drivers"
4 depends on PCI
5
6config PCI_SW_SWITCHTEC
7 tristate "MicroSemi Switchtec PCIe Switch Management Driver"
8 help
9 Enables support for the management interface for the MicroSemi
10 Switchtec series of PCIe switches. Supports userspace access
11 to submit MRPC commands to the switch via /dev/switchtecX
12 devices. See <file:Documentation/switchtec.txt> for more
13 information.
14
15endmenu