0001 # SPDX-License-Identifier: GPL-2.0-only
0002 #
0003 # IBM device configuration.
0004 #
0005
0006 config NET_VENDOR_IBM
0007 bool "IBM devices"
0008 default y
0009 depends on PPC_PSERIES || PPC_DCR || (IBMEBUS && SPARSEMEM)
0010 help
0011 If you have a network (Ethernet) card belonging to this class, say Y.
0012
0013 Note that the answer to this question doesn't directly affect the
0014 kernel: saying N will just cause the configurator to skip all
0015 the questions about IBM devices. If you say Y, you will be asked for
0016 your specific card in the following questions.
0017
0018 if NET_VENDOR_IBM
0019
0020 config IBMVETH
0021 tristate "IBM LAN Virtual Ethernet support"
0022 depends on PPC_PSERIES
0023 help
0024 This driver supports virtual ethernet adapters on newer IBM iSeries
0025 and pSeries systems.
0026
0027 To compile this driver as a module, choose M here. The module will
0028 be called ibmveth.
0029
0030 source "drivers/net/ethernet/ibm/emac/Kconfig"
0031
0032 config EHEA
0033 tristate "eHEA Ethernet support"
0034 depends on IBMEBUS && SPARSEMEM
0035 help
0036 This driver supports the IBM pSeries eHEA ethernet adapter.
0037
0038 To compile the driver as a module, choose M here. The module
0039 will be called ehea.
0040
0041 config IBMVNIC
0042 tristate "IBM Virtual NIC support"
0043 depends on PPC_PSERIES
0044 help
0045 This driver supports Virtual NIC adapters on IBM i and IBM System p
0046 systems.
0047
0048 To compile this driver as a module, choose M here. The module will
0049 be called ibmvnic.
0050
0051 endif # NET_VENDOR_IBM