1*ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only 29aebddd1SJeff Kirsherconfig BE2NET 39aebddd1SJeff Kirsher tristate "ServerEngines' 10Gbps NIC - BladeEngine" 4ff33c0e1SBen Hutchings depends on PCI 598471b5bSPetr Oros help 69aebddd1SJeff Kirsher This driver implements the NIC functionality for ServerEngines' 79aebddd1SJeff Kirsher 10Gbps network adapter - BladeEngine. 8c5abe7c0SSathya Perla 99a03259cSArnd Bergmannconfig BE2NET_HWMON 109a03259cSArnd Bergmann bool "HWMON support for be2net driver" 119a03259cSArnd Bergmann depends on BE2NET && HWMON 129a03259cSArnd Bergmann depends on !(BE2NET=y && HWMON=m) 139a03259cSArnd Bergmann default y 1498471b5bSPetr Oros help 159a03259cSArnd Bergmann Say Y here if you want to expose thermal sensor data on 169a03259cSArnd Bergmann be2net network adapter. 1798471b5bSPetr Oros 1898471b5bSPetr Orosconfig BE2NET_BE2 1998471b5bSPetr Oros bool "Support for BE2 chipsets" 2098471b5bSPetr Oros depends on BE2NET 2198471b5bSPetr Oros default y 2298471b5bSPetr Oros help 2398471b5bSPetr Oros Say Y here if you want to use devices based on BE2 2498471b5bSPetr Oros chipsets. (e.g. OneConnect OCe10xxx) 2598471b5bSPetr Oros 2698471b5bSPetr Orosconfig BE2NET_BE3 2798471b5bSPetr Oros bool "Support for BE3 chipsets" 2898471b5bSPetr Oros depends on BE2NET 2998471b5bSPetr Oros default y 3098471b5bSPetr Oros help 3198471b5bSPetr Oros Say Y here if you want to use devices based on BE3 3298471b5bSPetr Oros chipsets. (e.g. OneConnect OCe11xxx) 3398471b5bSPetr Oros 3498471b5bSPetr Orosconfig BE2NET_LANCER 3598471b5bSPetr Oros bool "Support for Lancer chipsets" 3698471b5bSPetr Oros depends on BE2NET 3798471b5bSPetr Oros default y 3898471b5bSPetr Oros help 3998471b5bSPetr Oros Say Y here if you want to use devices based on Lancer 4098471b5bSPetr Oros chipsets. (e.g LightPulse LPe12xxx) 4198471b5bSPetr Oros 4298471b5bSPetr Orosconfig BE2NET_SKYHAWK 4398471b5bSPetr Oros bool "Support for Skyhawk chipsets" 4498471b5bSPetr Oros depends on BE2NET 4598471b5bSPetr Oros default y 4698471b5bSPetr Oros help 4798471b5bSPetr Oros Say Y here if you want to use devices based on Skyhawk 4898471b5bSPetr Oros chipsets. (e.g. OneConnect OCe14xxx) 4998471b5bSPetr Oros 5098471b5bSPetr Oroscomment "WARNING: be2net is useless without any enabled chip" 5198471b5bSPetr Oros depends on BE2NET_BE2=n && BE2NET_BE3=n && BE2NET_LANCER=n && \ 5298471b5bSPetr Oros BE2NET_SKYHAWK=n && BE2NET 53