xref: /linux/drivers/net/ethernet/ibm/Kconfig (revision 88f07484ccdf08e58dc462ed1ac7eb2e84d88a17)
19aa32835SJeff Kirsher#
29aa32835SJeff Kirsher# IBM device configuration.
39aa32835SJeff Kirsher#
49aa32835SJeff Kirsher
59aa32835SJeff Kirsherconfig NET_VENDOR_IBM
69aa32835SJeff Kirsher	bool "IBM devices"
7*88f07484SJeff Kirsher	default y
89aa32835SJeff Kirsher	depends on MCA || PPC_PSERIES || PPC_PSERIES || PPC_DCR || \
99aa32835SJeff Kirsher		   (IBMEBUS && INET && SPARSEMEM)
109aa32835SJeff Kirsher	---help---
119aa32835SJeff Kirsher	  If you have a network (Ethernet) card belonging to this class, say Y
129aa32835SJeff Kirsher	  and read the Ethernet-HOWTO, available from
139aa32835SJeff Kirsher	  <http://www.tldp.org/docs.html#howto>.
149aa32835SJeff Kirsher
159aa32835SJeff Kirsher	  Note that the answer to this question doesn't directly affect the
169aa32835SJeff Kirsher	  kernel: saying N will just cause the configurator to skip all
179aa32835SJeff Kirsher	  the questions about IBM devices. If you say Y, you will be asked for
189aa32835SJeff Kirsher	  your specific card in the following questions.
199aa32835SJeff Kirsher
209aa32835SJeff Kirsherif NET_VENDOR_IBM
219aa32835SJeff Kirsher
229aa32835SJeff Kirsherconfig IBMVETH
239aa32835SJeff Kirsher	tristate "IBM LAN Virtual Ethernet support"
249aa32835SJeff Kirsher	depends on PPC_PSERIES
259aa32835SJeff Kirsher	---help---
269aa32835SJeff Kirsher	  This driver supports virtual ethernet adapters on newer IBM iSeries
279aa32835SJeff Kirsher	  and pSeries systems.
289aa32835SJeff Kirsher
299aa32835SJeff Kirsher	  To compile this driver as a module, choose M here. The module will
309aa32835SJeff Kirsher	  be called ibmveth.
319aa32835SJeff Kirsher
329aa32835SJeff Kirsherconfig ISERIES_VETH
339aa32835SJeff Kirsher	tristate "iSeries Virtual Ethernet driver support"
349aa32835SJeff Kirsher	depends on PPC_ISERIES
359aa32835SJeff Kirsher
369aa32835SJeff Kirshersource "drivers/net/ethernet/ibm/emac/Kconfig"
379aa32835SJeff Kirsher
389aa32835SJeff Kirsherconfig EHEA
399aa32835SJeff Kirsher	tristate "eHEA Ethernet support"
409aa32835SJeff Kirsher	depends on IBMEBUS && INET && SPARSEMEM
419aa32835SJeff Kirsher	select INET_LRO
429aa32835SJeff Kirsher	---help---
439aa32835SJeff Kirsher	  This driver supports the IBM pSeries eHEA ethernet adapter.
449aa32835SJeff Kirsher
459aa32835SJeff Kirsher	  To compile the driver as a module, choose M here. The module
469aa32835SJeff Kirsher	  will be called ehea.
479aa32835SJeff Kirsher
489aa32835SJeff Kirsherendif # NET_VENDOR_IBM
49