36 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2#3# Meta Platforms network device configuration4#5 6config NET_VENDOR_META7 bool "Meta Platforms devices"8 default y9 help10 If you have a network (Ethernet) card designed by Meta, say Y.11 That's Meta as in the parent company of Facebook.12 13 Note that the answer to this question doesn't directly affect the14 kernel: saying N will just cause the configurator to skip all15 the questions about Meta cards. If you say Y, you will be asked for16 your specific card in the following questions.17 18if NET_VENDOR_META19 20config FBNIC21 tristate "Meta Platforms Host Network Interface"22 depends on X86_64 || COMPILE_TEST23 depends on !S39024 depends on MAX_SKB_FRAGS < 2225 depends on PCI_MSI26 select NET_DEVLINK27 select PAGE_POOL28 select PHYLINK29 help30 This driver supports Meta Platforms Host Network Interface.31 32 To compile this driver as a module, choose M here. The module33 will be called fbnic. MSI-X interrupt support is required.34 35endif # NET_VENDOR_META36