Kconfig 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  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. Note that the answer to this question doesn't directly affect the
  11. kernel: saying N will just cause the configurator to skip all
  12. the questions about IBM devices. If you say Y, you will be asked for
  13. your specific card in the following questions.
  14. if NET_VENDOR_IBM
  15. config IBMVETH
  16. tristate "IBM LAN Virtual Ethernet support"
  17. depends on PPC_PSERIES
  18. ---help---
  19. This driver supports virtual ethernet adapters on newer IBM iSeries
  20. and pSeries systems.
  21. To compile this driver as a module, choose M here. The module will
  22. be called ibmveth.
  23. source "drivers/net/ethernet/ibm/emac/Kconfig"
  24. config EHEA
  25. tristate "eHEA Ethernet support"
  26. depends on IBMEBUS && SPARSEMEM
  27. ---help---
  28. This driver supports the IBM pSeries eHEA ethernet adapter.
  29. To compile the driver as a module, choose M here. The module
  30. will be called ehea.
  31. endif # NET_VENDOR_IBM