53 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2config BE2NET3 tristate "ServerEngines' 10Gbps NIC - BladeEngine"4 depends on PCI5 help6 This driver implements the NIC functionality for ServerEngines'7 10Gbps network adapter - BladeEngine.8 9config BE2NET_HWMON10 bool "HWMON support for be2net driver"11 depends on BE2NET && HWMON12 depends on !(BE2NET=y && HWMON=m)13 default y14 help15 Say Y here if you want to expose thermal sensor data on16 be2net network adapter.17 18config BE2NET_BE219 bool "Support for BE2 chipsets"20 depends on BE2NET21 default y22 help23 Say Y here if you want to use devices based on BE224 chipsets. (e.g. OneConnect OCe10xxx)25 26config BE2NET_BE327 bool "Support for BE3 chipsets"28 depends on BE2NET29 default y30 help31 Say Y here if you want to use devices based on BE332 chipsets. (e.g. OneConnect OCe11xxx)33 34config BE2NET_LANCER35 bool "Support for Lancer chipsets"36 depends on BE2NET37 default y38 help39 Say Y here if you want to use devices based on Lancer40 chipsets. (e.g LightPulse LPe12xxx)41 42config BE2NET_SKYHAWK43 bool "Support for Skyhawk chipsets"44 depends on BE2NET45 default y46 help47 Say Y here if you want to use devices based on Skyhawk48 chipsets. (e.g. OneConnect OCe14xxx)49 50comment "WARNING: be2net is useless without any enabled chip"51 depends on BE2NET_BE2=n && BE2NET_BE3=n && BE2NET_LANCER=n && \52 BE2NET_SKYHAWK=n && BE2NET53