Kconfig 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. #
  2. # IBM device configuration.
  3. #
  4. config NET_VENDOR_IBM
  5. bool "IBM devices"
  6. depends on MCA || PPC_PSERIES || PPC_PSERIES || PPC_DCR || \
  7. (IBMEBUS && INET && SPARSEMEM)
  8. ---help---
  9. If you have a network (Ethernet) card belonging to this class, say Y
  10. and read the Ethernet-HOWTO, available from
  11. <http://www.tldp.org/docs.html#howto>.
  12. Note that the answer to this question doesn't directly affect the
  13. kernel: saying N will just cause the configurator to skip all
  14. the questions about IBM devices. If you say Y, you will be asked for
  15. your specific card in the following questions.
  16. if NET_VENDOR_IBM
  17. config IBMVETH
  18. tristate "IBM LAN Virtual Ethernet support"
  19. depends on PPC_PSERIES
  20. ---help---
  21. This driver supports virtual ethernet adapters on newer IBM iSeries
  22. and pSeries systems.
  23. To compile this driver as a module, choose M here. The module will
  24. be called ibmveth.
  25. config ISERIES_VETH
  26. tristate "iSeries Virtual Ethernet driver support"
  27. depends on PPC_ISERIES
  28. source "drivers/net/ethernet/ibm/emac/Kconfig"
  29. config EHEA
  30. tristate "eHEA Ethernet support"
  31. depends on IBMEBUS && INET && SPARSEMEM
  32. select INET_LRO
  33. ---help---
  34. This driver supports the IBM pSeries eHEA ethernet adapter.
  35. To compile the driver as a module, choose M here. The module
  36. will be called ehea.
  37. endif # NET_VENDOR_IBM