Kconfig 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  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. source "drivers/net/ethernet/ibm/emac/Kconfig"
  27. config EHEA
  28. tristate "eHEA Ethernet support"
  29. depends on IBMEBUS && INET && SPARSEMEM
  30. select INET_LRO
  31. ---help---
  32. This driver supports the IBM pSeries eHEA ethernet adapter.
  33. To compile the driver as a module, choose M here. The module
  34. will be called ehea.
  35. endif # NET_VENDOR_IBM