xref: /linux/drivers/net/ethernet/ibm/Kconfig (revision 138b15ed877eff8149ae32c12fa1f4795c9cb4cf)
19aa32835SJeff Kirsher#
29aa32835SJeff Kirsher# IBM device configuration.
39aa32835SJeff Kirsher#
49aa32835SJeff Kirsher
59aa32835SJeff Kirsherconfig NET_VENDOR_IBM
69aa32835SJeff Kirsher	bool "IBM devices"
788f07484SJeff Kirsher	default y
8bd118b6eSPaul Gortmaker	depends on PPC_PSERIES || PPC_DCR || (IBMEBUS && SPARSEMEM)
99aa32835SJeff Kirsher	---help---
10*138b15edSPaul Gortmaker	  If you have a network (Ethernet) card belonging to this class, say Y.
119aa32835SJeff Kirsher
129aa32835SJeff Kirsher	  Note that the answer to this question doesn't directly affect the
139aa32835SJeff Kirsher	  kernel: saying N will just cause the configurator to skip all
149aa32835SJeff Kirsher	  the questions about IBM devices. If you say Y, you will be asked for
159aa32835SJeff Kirsher	  your specific card in the following questions.
169aa32835SJeff Kirsher
179aa32835SJeff Kirsherif NET_VENDOR_IBM
189aa32835SJeff Kirsher
199aa32835SJeff Kirsherconfig IBMVETH
209aa32835SJeff Kirsher	tristate "IBM LAN Virtual Ethernet support"
219aa32835SJeff Kirsher	depends on PPC_PSERIES
229aa32835SJeff Kirsher	---help---
239aa32835SJeff Kirsher	  This driver supports virtual ethernet adapters on newer IBM iSeries
249aa32835SJeff Kirsher	  and pSeries systems.
259aa32835SJeff Kirsher
269aa32835SJeff Kirsher	  To compile this driver as a module, choose M here. The module will
279aa32835SJeff Kirsher	  be called ibmveth.
289aa32835SJeff Kirsher
299aa32835SJeff Kirshersource "drivers/net/ethernet/ibm/emac/Kconfig"
309aa32835SJeff Kirsher
319aa32835SJeff Kirsherconfig EHEA
329aa32835SJeff Kirsher	tristate "eHEA Ethernet support"
333865fe16SBen Hutchings	depends on IBMEBUS && SPARSEMEM
349aa32835SJeff Kirsher	---help---
359aa32835SJeff Kirsher	  This driver supports the IBM pSeries eHEA ethernet adapter.
369aa32835SJeff Kirsher
379aa32835SJeff Kirsher	  To compile the driver as a module, choose M here. The module
389aa32835SJeff Kirsher	  will be called ehea.
399aa32835SJeff Kirsher
409aa32835SJeff Kirsherendif # NET_VENDOR_IBM
41