blob: d370f4ce049268fdfcc62cbfee95ad45351fec18 [file] [log] [blame]
Andrew Scullb4b6d4a2019-01-02 15:54:55 +00001# SPDX-License-Identifier: GPL-2.0
2
3menu "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
David Brazdil0f672f62019-12-10 10:32:29 +000012 devices. See <file:Documentation/driver-api/switchtec.rst> for more
Andrew Scullb4b6d4a2019-01-02 15:54:55 +000013 information.
14
15endmenu