18 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2#3# Fungible Ethernet driver configuration4#5 6config FUN_ETH7 tristate "Fungible Ethernet device driver"8 depends on PCI_MSI9 depends on TLS && TLS_DEVICE || TLS_DEVICE=n10 select NET_DEVLINK11 select FUN_CORE12 help13 This driver supports the Ethernet functionality of Fungible adapters.14 It works with both physical and virtual functions.15 16 To compile this driver as a module, choose M here. The module17 will be called funeth.18