Kconfig 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. #
  2. # IBM device configuration.
  3. #
  4. config NET_VENDOR_IBM
  5. bool "IBM devices"
  6. default y
  7. depends on PPC_PSERIES || PPC_DCR || (IBMEBUS && 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. source "drivers/net/ethernet/ibm/emac/Kconfig"
  26. config EHEA
  27. tristate "eHEA Ethernet support"
  28. depends on IBMEBUS && SPARSEMEM
  29. ---help---
  30. This driver supports the IBM pSeries eHEA ethernet adapter.
  31. To compile the driver as a module, choose M here. The module
  32. will be called ehea.
  33. endif # NET_VENDOR_IBM