Kconfig 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. #
  3. # IBM device configuration.
  4. #
  5. config NET_VENDOR_IBM
  6. bool "IBM devices"
  7. default y
  8. depends on PPC_PSERIES || PPC_DCR || (IBMEBUS && SPARSEMEM)
  9. help
  10. If you have a network (Ethernet) card belonging to this class, say Y.
  11. Note that the answer to this question doesn't directly affect the
  12. kernel: saying N will just cause the configurator to skip all
  13. the questions about IBM devices. If you say Y, you will be asked for
  14. your specific card in the following questions.
  15. if NET_VENDOR_IBM
  16. config IBMVETH
  17. tristate "IBM LAN Virtual Ethernet support"
  18. depends on PPC_PSERIES
  19. help
  20. This driver supports virtual ethernet adapters on newer IBM iSeries
  21. and pSeries systems.
  22. To compile this driver as a module, choose M here. The module will
  23. be called ibmveth.
  24. source "drivers/net/ethernet/ibm/emac/Kconfig"
  25. config EHEA
  26. tristate "eHEA Ethernet support"
  27. depends on IBMEBUS && SPARSEMEM
  28. help
  29. This driver supports the IBM pSeries eHEA ethernet adapter.
  30. To compile the driver as a module, choose M here. The module
  31. will be called ehea.
  32. config IBMVNIC
  33. tristate "IBM Virtual NIC support"
  34. depends on PPC_PSERIES
  35. help
  36. This driver supports Virtual NIC adapters on IBM i and IBM System p
  37. systems.
  38. To compile this driver as a module, choose M here. The module will
  39. be called ibmvnic.
  40. endif # NET_VENDOR_IBM