1# SPDX-License-Identifier: GPL-2.0-only 2# 3# Fungible Ethernet driver configuration 4# 5 6config FUN_ETH 7 tristate "Fungible Ethernet device driver" 8 depends on PCI_MSI 9 depends on TLS && TLS_DEVICE || TLS_DEVICE=n 10 select NET_DEVLINK 11 select FUN_CORE 12 help 13 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 module 17 will be called funeth. 18