xref: /linux/drivers/net/ethernet/emulex/benet/Kconfig (revision 98471b5b7294665aeb9345d65eea2bf69687ad11)
19aebddd1SJeff Kirsherconfig BE2NET
29aebddd1SJeff Kirsher	tristate "ServerEngines' 10Gbps NIC - BladeEngine"
3ff33c0e1SBen Hutchings	depends on PCI
4*98471b5bSPetr Oros	help
59aebddd1SJeff Kirsher	  This driver implements the NIC functionality for ServerEngines'
69aebddd1SJeff Kirsher	  10Gbps network adapter - BladeEngine.
7c5abe7c0SSathya Perla
89a03259cSArnd Bergmannconfig BE2NET_HWMON
99a03259cSArnd Bergmann	bool "HWMON support for be2net driver"
109a03259cSArnd Bergmann	depends on BE2NET && HWMON
119a03259cSArnd Bergmann	depends on !(BE2NET=y && HWMON=m)
129a03259cSArnd Bergmann	default y
13*98471b5bSPetr Oros	help
149a03259cSArnd Bergmann	  Say Y here if you want to expose thermal sensor data on
159a03259cSArnd Bergmann	  be2net network adapter.
16*98471b5bSPetr Oros
17*98471b5bSPetr Orosconfig BE2NET_BE2
18*98471b5bSPetr Oros	bool "Support for BE2 chipsets"
19*98471b5bSPetr Oros	depends on BE2NET
20*98471b5bSPetr Oros	default y
21*98471b5bSPetr Oros	help
22*98471b5bSPetr Oros	  Say Y here if you want to use devices based on BE2
23*98471b5bSPetr Oros	  chipsets. (e.g. OneConnect OCe10xxx)
24*98471b5bSPetr Oros
25*98471b5bSPetr Orosconfig BE2NET_BE3
26*98471b5bSPetr Oros	bool "Support for BE3 chipsets"
27*98471b5bSPetr Oros	depends on BE2NET
28*98471b5bSPetr Oros	default y
29*98471b5bSPetr Oros	help
30*98471b5bSPetr Oros	  Say Y here if you want to use devices based on BE3
31*98471b5bSPetr Oros	  chipsets. (e.g. OneConnect OCe11xxx)
32*98471b5bSPetr Oros
33*98471b5bSPetr Orosconfig BE2NET_LANCER
34*98471b5bSPetr Oros	bool "Support for Lancer chipsets"
35*98471b5bSPetr Oros	depends on BE2NET
36*98471b5bSPetr Oros	default y
37*98471b5bSPetr Oros	help
38*98471b5bSPetr Oros	  Say Y here if you want to use devices based on Lancer
39*98471b5bSPetr Oros	  chipsets. (e.g LightPulse LPe12xxx)
40*98471b5bSPetr Oros
41*98471b5bSPetr Orosconfig BE2NET_SKYHAWK
42*98471b5bSPetr Oros	bool "Support for Skyhawk chipsets"
43*98471b5bSPetr Oros	depends on BE2NET
44*98471b5bSPetr Oros	default y
45*98471b5bSPetr Oros	help
46*98471b5bSPetr Oros	  Say Y here if you want to use devices based on Skyhawk
47*98471b5bSPetr Oros	  chipsets. (e.g. OneConnect OCe14xxx)
48*98471b5bSPetr Oros
49*98471b5bSPetr Oroscomment "WARNING: be2net is useless without any enabled chip"
50*98471b5bSPetr Oros        depends on BE2NET_BE2=n && BE2NET_BE3=n && BE2NET_LANCER=n && \
51*98471b5bSPetr Oros	BE2NET_SKYHAWK=n && BE2NET
52