xref: /linux/drivers/net/ethernet/ibm/Kconfig (revision ec8f24b7faaf3d4799a7c3f4c1b87f6b02778ad1)
1*ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only
29aa32835SJeff Kirsher#
39aa32835SJeff Kirsher# IBM device configuration.
49aa32835SJeff Kirsher#
59aa32835SJeff Kirsher
69aa32835SJeff Kirsherconfig NET_VENDOR_IBM
79aa32835SJeff Kirsher	bool "IBM devices"
888f07484SJeff Kirsher	default y
9bd118b6eSPaul Gortmaker	depends on PPC_PSERIES || PPC_DCR || (IBMEBUS && SPARSEMEM)
109aa32835SJeff Kirsher	---help---
11138b15edSPaul Gortmaker	  If you have a network (Ethernet) card belonging to this class, say Y.
129aa32835SJeff Kirsher
139aa32835SJeff Kirsher	  Note that the answer to this question doesn't directly affect the
149aa32835SJeff Kirsher	  kernel: saying N will just cause the configurator to skip all
159aa32835SJeff Kirsher	  the questions about IBM devices. If you say Y, you will be asked for
169aa32835SJeff Kirsher	  your specific card in the following questions.
179aa32835SJeff Kirsher
189aa32835SJeff Kirsherif NET_VENDOR_IBM
199aa32835SJeff Kirsher
209aa32835SJeff Kirsherconfig IBMVETH
219aa32835SJeff Kirsher	tristate "IBM LAN Virtual Ethernet support"
229aa32835SJeff Kirsher	depends on PPC_PSERIES
239aa32835SJeff Kirsher	---help---
249aa32835SJeff Kirsher	  This driver supports virtual ethernet adapters on newer IBM iSeries
259aa32835SJeff Kirsher	  and pSeries systems.
269aa32835SJeff Kirsher
279aa32835SJeff Kirsher	  To compile this driver as a module, choose M here. The module will
289aa32835SJeff Kirsher	  be called ibmveth.
299aa32835SJeff Kirsher
309aa32835SJeff Kirshersource "drivers/net/ethernet/ibm/emac/Kconfig"
319aa32835SJeff Kirsher
329aa32835SJeff Kirsherconfig EHEA
339aa32835SJeff Kirsher	tristate "eHEA Ethernet support"
343865fe16SBen Hutchings	depends on IBMEBUS && SPARSEMEM
359aa32835SJeff Kirsher	---help---
369aa32835SJeff Kirsher	  This driver supports the IBM pSeries eHEA ethernet adapter.
379aa32835SJeff Kirsher
389aa32835SJeff Kirsher	  To compile the driver as a module, choose M here. The module
399aa32835SJeff Kirsher	  will be called ehea.
409aa32835SJeff Kirsher
41032c5e82SThomas Falconconfig IBMVNIC
42032c5e82SThomas Falcon	tristate "IBM Virtual NIC support"
43032c5e82SThomas Falcon	depends on PPC_PSERIES
44032c5e82SThomas Falcon	---help---
45032c5e82SThomas Falcon	  This driver supports Virtual NIC adapters on IBM i and IBM System p
46032c5e82SThomas Falcon	  systems.
47032c5e82SThomas Falcon
48032c5e82SThomas Falcon	  To compile this driver as a module, choose M here. The module will
49032c5e82SThomas Falcon	  be called ibmvnic.
50032c5e82SThomas Falcon
519aa32835SJeff Kirsherendif # NET_VENDOR_IBM
52