xref: /linux/drivers/net/ethernet/ibm/Kconfig (revision f2ee442115c9b6219083c019939a9cc0c9abb2f8)
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
32config ISERIES_VETH
33	tristate "iSeries Virtual Ethernet driver support"
34	depends on PPC_ISERIES
35
36source "drivers/net/ethernet/ibm/emac/Kconfig"
37
38config EHEA
39	tristate "eHEA Ethernet support"
40	depends on IBMEBUS && INET && SPARSEMEM
41	select INET_LRO
42	---help---
43	  This driver supports the IBM pSeries eHEA ethernet adapter.
44
45	  To compile the driver as a module, choose M here. The module
46	  will be called ehea.
47
48endif # NET_VENDOR_IBM
49