GNU Linux-libre 4.19.207-gnu1
[releases.git] / drivers / net / ethernet / emulex / benet / Kconfig
1 config BE2NET
2         tristate "ServerEngines' 10Gbps NIC - BladeEngine"
3         depends on PCI
4         help
5           This driver implements the NIC functionality for ServerEngines'
6           10Gbps network adapter - BladeEngine.
7
8 config BE2NET_HWMON
9         bool "HWMON support for be2net driver"
10         depends on BE2NET && HWMON
11         depends on !(BE2NET=y && HWMON=m)
12         default y
13         help
14           Say Y here if you want to expose thermal sensor data on
15           be2net network adapter.
16
17 config BE2NET_BE2
18         bool "Support for BE2 chipsets"
19         depends on BE2NET
20         default y
21         help
22           Say Y here if you want to use devices based on BE2
23           chipsets. (e.g. OneConnect OCe10xxx)
24
25 config BE2NET_BE3
26         bool "Support for BE3 chipsets"
27         depends on BE2NET
28         default y
29         help
30           Say Y here if you want to use devices based on BE3
31           chipsets. (e.g. OneConnect OCe11xxx)
32
33 config BE2NET_LANCER
34         bool "Support for Lancer chipsets"
35         depends on BE2NET
36         default y
37         help
38           Say Y here if you want to use devices based on Lancer
39           chipsets. (e.g LightPulse LPe12xxx)
40
41 config BE2NET_SKYHAWK
42         bool "Support for Skyhawk chipsets"
43         depends on BE2NET
44         default y
45         help
46           Say Y here if you want to use devices based on Skyhawk
47           chipsets. (e.g. OneConnect OCe14xxx)
48
49 comment "WARNING: be2net is useless without any enabled chip"
50         depends on BE2NET_BE2=n && BE2NET_BE3=n && BE2NET_LANCER=n && \
51         BE2NET_SKYHAWK=n && BE2NET