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