Kconfig (546dd90be97913c775b5bcd20b665f4ff5df9cd4) | Kconfig (69684376eed517817251ea6a768cfc315350d5c1) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2# 3# Meta Platforms network device configuration 4# 5 6config NET_VENDOR_META 7 bool "Meta Platforms devices" 8 default y --- 7 unchanged lines hidden (view full) --- 16 your specific card in the following questions. 17 18if NET_VENDOR_META 19 20config FBNIC 21 tristate "Meta Platforms Host Network Interface" 22 depends on X86_64 || COMPILE_TEST 23 depends on PCI_MSI | 1# SPDX-License-Identifier: GPL-2.0-only 2# 3# Meta Platforms network device configuration 4# 5 6config NET_VENDOR_META 7 bool "Meta Platforms devices" 8 default y --- 7 unchanged lines hidden (view full) --- 16 your specific card in the following questions. 17 18if NET_VENDOR_META 19 20config FBNIC 21 tristate "Meta Platforms Host Network Interface" 22 depends on X86_64 || COMPILE_TEST 23 depends on PCI_MSI |
24 select PHYLINK |
|
24 help 25 This driver supports Meta Platforms Host Network Interface. 26 27 To compile this driver as a module, choose M here. The module 28 will be called fbnic. MSI-X interrupt support is required. 29 30endif # NET_VENDOR_META | 25 help 26 This driver supports Meta Platforms Host Network Interface. 27 28 To compile this driver as a module, choose M here. The module 29 will be called fbnic. MSI-X interrupt support is required. 30 31endif # NET_VENDOR_META |