Kconfig 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. #
  2. # IBM device configuration.
  3. #
  4. config NET_VENDOR_IBM
  5. bool "IBM devices"
  6. default y
  7. depends on MCA || PPC_PSERIES || PPC_PSERIES || PPC_DCR || \
  8. (IBMEBUS && INET && SPARSEMEM)
  9. ---help---
  10. If you have a network (Ethernet) card belonging to this class, say Y
  11. and read the Ethernet-HOWTO, available from
  12. <http://www.tldp.org/docs.html#howto>.
  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.
  17. if NET_VENDOR_IBM
  18. config IBMVETH
  19. tristate "IBM LAN Virtual Ethernet support"
  20. depends on PPC_PSERIES
  21. ---help---
  22. This driver supports virtual ethernet adapters on newer IBM iSeries
  23. and pSeries systems.
  24. To compile this driver as a module, choose M here. The module will
  25. be called ibmveth.
  26. config ISERIES_VETH
  27. tristate "iSeries Virtual Ethernet driver support"
  28. depends on PPC_ISERIES
  29. source "drivers/net/ethernet/ibm/emac/Kconfig"
  30. config EHEA
  31. tristate "eHEA Ethernet support"
  32. depends on IBMEBUS && INET && SPARSEMEM
  33. select INET_LRO
  34. ---help---
  35. This driver supports the IBM pSeries eHEA ethernet adapter.
  36. To compile the driver as a module, choose M here. The module
  37. will be called ehea.
  38. endif # NET_VENDOR_IBM