Kconfig (a976c2951d8f376112361830aa7762beff83a205) | Kconfig (7328c8f48d1895b3fec98b0b319cfb856b4c4fa1) |
---|---|
1# SPDX-License-Identifier: GPL-2.0 2 |
|
1menu "PCI switch controller drivers" 2 depends on PCI 3 4config PCI_SW_SWITCHTEC 5 tristate "MicroSemi Switchtec PCIe Switch Management Driver" 6 help 7 Enables support for the management interface for the MicroSemi 8 Switchtec series of PCIe switches. Supports userspace access 9 to submit MRPC commands to the switch via /dev/switchtecX 10 devices. See <file:Documentation/switchtec.txt> for more 11 information. 12 13endmenu | 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 12 devices. See <file:Documentation/switchtec.txt> for more 13 information. 14 15endmenu |