162306a36Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0-only
262306a36Sopenharmony_ciconfig BE2NET
362306a36Sopenharmony_ci	tristate "ServerEngines' 10Gbps NIC - BladeEngine"
462306a36Sopenharmony_ci	depends on PCI
562306a36Sopenharmony_ci	help
662306a36Sopenharmony_ci	  This driver implements the NIC functionality for ServerEngines'
762306a36Sopenharmony_ci	  10Gbps network adapter - BladeEngine.
862306a36Sopenharmony_ci
962306a36Sopenharmony_ciconfig BE2NET_HWMON
1062306a36Sopenharmony_ci	bool "HWMON support for be2net driver"
1162306a36Sopenharmony_ci	depends on BE2NET && HWMON
1262306a36Sopenharmony_ci	depends on !(BE2NET=y && HWMON=m)
1362306a36Sopenharmony_ci	default y
1462306a36Sopenharmony_ci	help
1562306a36Sopenharmony_ci	  Say Y here if you want to expose thermal sensor data on
1662306a36Sopenharmony_ci	  be2net network adapter.
1762306a36Sopenharmony_ci
1862306a36Sopenharmony_ciconfig BE2NET_BE2
1962306a36Sopenharmony_ci	bool "Support for BE2 chipsets"
2062306a36Sopenharmony_ci	depends on BE2NET
2162306a36Sopenharmony_ci	default y
2262306a36Sopenharmony_ci	help
2362306a36Sopenharmony_ci	  Say Y here if you want to use devices based on BE2
2462306a36Sopenharmony_ci	  chipsets. (e.g. OneConnect OCe10xxx)
2562306a36Sopenharmony_ci
2662306a36Sopenharmony_ciconfig BE2NET_BE3
2762306a36Sopenharmony_ci	bool "Support for BE3 chipsets"
2862306a36Sopenharmony_ci	depends on BE2NET
2962306a36Sopenharmony_ci	default y
3062306a36Sopenharmony_ci	help
3162306a36Sopenharmony_ci	  Say Y here if you want to use devices based on BE3
3262306a36Sopenharmony_ci	  chipsets. (e.g. OneConnect OCe11xxx)
3362306a36Sopenharmony_ci
3462306a36Sopenharmony_ciconfig BE2NET_LANCER
3562306a36Sopenharmony_ci	bool "Support for Lancer chipsets"
3662306a36Sopenharmony_ci	depends on BE2NET
3762306a36Sopenharmony_ci	default y
3862306a36Sopenharmony_ci	help
3962306a36Sopenharmony_ci	  Say Y here if you want to use devices based on Lancer
4062306a36Sopenharmony_ci	  chipsets. (e.g LightPulse LPe12xxx)
4162306a36Sopenharmony_ci
4262306a36Sopenharmony_ciconfig BE2NET_SKYHAWK
4362306a36Sopenharmony_ci	bool "Support for Skyhawk chipsets"
4462306a36Sopenharmony_ci	depends on BE2NET
4562306a36Sopenharmony_ci	default y
4662306a36Sopenharmony_ci	help
4762306a36Sopenharmony_ci	  Say Y here if you want to use devices based on Skyhawk
4862306a36Sopenharmony_ci	  chipsets. (e.g. OneConnect OCe14xxx)
4962306a36Sopenharmony_ci
5062306a36Sopenharmony_cicomment "WARNING: be2net is useless without any enabled chip"
5162306a36Sopenharmony_ci	depends on BE2NET_BE2=n && BE2NET_BE3=n && BE2NET_LANCER=n && \
5262306a36Sopenharmony_ci		BE2NET_SKYHAWK=n && BE2NET
53