brintos

brintos / linux-shallow public Read only

0
0
Text · 464 B · d370f4c Raw
16 lines · plain
1# SPDX-License-Identifier: GPL-2.02 3menu "PCI switch controller drivers"4	depends on PCI5 6config PCI_SW_SWITCHTEC7	tristate "MicroSemi Switchtec PCIe Switch Management Driver"8	help9	 Enables support for the management interface for the MicroSemi10	 Switchtec series of PCIe switches. Supports userspace access11	 to submit MRPC commands to the switch via /dev/switchtecX12	 devices. See <file:Documentation/driver-api/switchtec.rst> for more13	 information.14 15endmenu16