Loading...
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# IBM device configuration.
4#
5
6config NET_VENDOR_IBM
7 bool "IBM devices"
8 default y
9 depends on PPC_PSERIES || PPC_DCR || (IBMEBUS && SPARSEMEM)
10 help
11 If you have a network (Ethernet) card belonging to this class, say Y.
12
13 Note that the answer to this question doesn't directly affect the
14 kernel: saying N will just cause the configurator to skip all
15 the questions about IBM devices. If you say Y, you will be asked for
16 your specific card in the following questions.
17
18if NET_VENDOR_IBM
19
20config IBMVETH
21 tristate "IBM LAN Virtual Ethernet support"
22 depends on PPC_PSERIES
23 help
24 This driver supports virtual ethernet adapters on newer IBM iSeries
25 and pSeries systems.
26
27 To compile this driver as a module, choose M here. The module will
28 be called ibmveth.
29
30source "drivers/net/ethernet/ibm/emac/Kconfig"
31
32config EHEA
33 tristate "eHEA Ethernet support"
34 depends on IBMEBUS && SPARSEMEM
35 help
36 This driver supports the IBM pSeries eHEA ethernet adapter.
37
38 To compile the driver as a module, choose M here. The module
39 will be called ehea.
40
41config IBMVNIC
42 tristate "IBM Virtual NIC support"
43 depends on PPC_PSERIES
44 help
45 This driver supports Virtual NIC adapters on IBM i and IBM System p
46 systems.
47
48 To compile this driver as a module, choose M here. The module will
49 be called ibmvnic.
50
51endif # NET_VENDOR_IBM
1#
2# IBM device configuration.
3#
4
5config NET_VENDOR_IBM
6 bool "IBM devices"
7 default y
8 depends on MCA || PPC_PSERIES || PPC_PSERIES || PPC_DCR || \
9 (IBMEBUS && INET && SPARSEMEM)
10 ---help---
11 If you have a network (Ethernet) card belonging to this class, say Y
12 and read the Ethernet-HOWTO, available from
13 <http://www.tldp.org/docs.html#howto>.
14
15 Note that the answer to this question doesn't directly affect the
16 kernel: saying N will just cause the configurator to skip all
17 the questions about IBM devices. If you say Y, you will be asked for
18 your specific card in the following questions.
19
20if NET_VENDOR_IBM
21
22config IBMVETH
23 tristate "IBM LAN Virtual Ethernet support"
24 depends on PPC_PSERIES
25 ---help---
26 This driver supports virtual ethernet adapters on newer IBM iSeries
27 and pSeries systems.
28
29 To compile this driver as a module, choose M here. The module will
30 be called ibmveth.
31
32source "drivers/net/ethernet/ibm/emac/Kconfig"
33
34config EHEA
35 tristate "eHEA Ethernet support"
36 depends on IBMEBUS && INET && SPARSEMEM
37 select INET_LRO
38 ---help---
39 This driver supports the IBM pSeries eHEA ethernet adapter.
40
41 To compile the driver as a module, choose M here. The module
42 will be called ehea.
43
44endif # NET_VENDOR_IBM