1 # SPDX-License-Identifier: GPL-2.0-only
3 # IBM device configuration.
9 depends on PPC_PSERIES || PPC_DCR || (IBMEBUS && SPARSEMEM)
11 If you have a network (Ethernet) card belonging to this class, say Y.
13 Note that the answer to this question doesn't directly affect the
14 kernel: saying N will just cause the configurator to skip all
15 the questions about IBM devices. If you say Y, you will be asked for
16 your specific card in the following questions.
21 tristate "IBM LAN Virtual Ethernet support"
22 depends on PPC_PSERIES
24 This driver supports virtual ethernet adapters on newer IBM iSeries
27 To compile this driver as a module, choose M here. The module will
30 source "drivers/net/ethernet/ibm/emac/Kconfig"
33 tristate "eHEA Ethernet support"
34 depends on IBMEBUS && SPARSEMEM
36 This driver supports the IBM pSeries eHEA ethernet adapter.
38 To compile the driver as a module, choose M here. The module
42 tristate "IBM Virtual NIC support"
43 depends on PPC_PSERIES
45 This driver supports Virtual NIC adapters on IBM i and IBM System p
48 To compile this driver as a module, choose M here. The module will
51 endif # NET_VENDOR_IBM