18c2ecf20Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0-only 28c2ecf20Sopenharmony_ci# 38c2ecf20Sopenharmony_ci# IBM device configuration. 48c2ecf20Sopenharmony_ci# 58c2ecf20Sopenharmony_ci 68c2ecf20Sopenharmony_ciconfig NET_VENDOR_IBM 78c2ecf20Sopenharmony_ci bool "IBM devices" 88c2ecf20Sopenharmony_ci default y 98c2ecf20Sopenharmony_ci depends on PPC_PSERIES || PPC_DCR || (IBMEBUS && SPARSEMEM) 108c2ecf20Sopenharmony_ci help 118c2ecf20Sopenharmony_ci If you have a network (Ethernet) card belonging to this class, say Y. 128c2ecf20Sopenharmony_ci 138c2ecf20Sopenharmony_ci Note that the answer to this question doesn't directly affect the 148c2ecf20Sopenharmony_ci kernel: saying N will just cause the configurator to skip all 158c2ecf20Sopenharmony_ci the questions about IBM devices. If you say Y, you will be asked for 168c2ecf20Sopenharmony_ci your specific card in the following questions. 178c2ecf20Sopenharmony_ci 188c2ecf20Sopenharmony_ciif NET_VENDOR_IBM 198c2ecf20Sopenharmony_ci 208c2ecf20Sopenharmony_ciconfig IBMVETH 218c2ecf20Sopenharmony_ci tristate "IBM LAN Virtual Ethernet support" 228c2ecf20Sopenharmony_ci depends on PPC_PSERIES 238c2ecf20Sopenharmony_ci help 248c2ecf20Sopenharmony_ci This driver supports virtual ethernet adapters on newer IBM iSeries 258c2ecf20Sopenharmony_ci and pSeries systems. 268c2ecf20Sopenharmony_ci 278c2ecf20Sopenharmony_ci To compile this driver as a module, choose M here. The module will 288c2ecf20Sopenharmony_ci be called ibmveth. 298c2ecf20Sopenharmony_ci 308c2ecf20Sopenharmony_cisource "drivers/net/ethernet/ibm/emac/Kconfig" 318c2ecf20Sopenharmony_ci 328c2ecf20Sopenharmony_ciconfig EHEA 338c2ecf20Sopenharmony_ci tristate "eHEA Ethernet support" 348c2ecf20Sopenharmony_ci depends on IBMEBUS && SPARSEMEM 358c2ecf20Sopenharmony_ci help 368c2ecf20Sopenharmony_ci This driver supports the IBM pSeries eHEA ethernet adapter. 378c2ecf20Sopenharmony_ci 388c2ecf20Sopenharmony_ci To compile the driver as a module, choose M here. The module 398c2ecf20Sopenharmony_ci will be called ehea. 408c2ecf20Sopenharmony_ci 418c2ecf20Sopenharmony_ciconfig IBMVNIC 428c2ecf20Sopenharmony_ci tristate "IBM Virtual NIC support" 438c2ecf20Sopenharmony_ci depends on PPC_PSERIES 448c2ecf20Sopenharmony_ci help 458c2ecf20Sopenharmony_ci This driver supports Virtual NIC adapters on IBM i and IBM System p 468c2ecf20Sopenharmony_ci systems. 478c2ecf20Sopenharmony_ci 488c2ecf20Sopenharmony_ci To compile this driver as a module, choose M here. The module will 498c2ecf20Sopenharmony_ci be called ibmvnic. 508c2ecf20Sopenharmony_ci 518c2ecf20Sopenharmony_ciendif # NET_VENDOR_IBM 52