Kconfig 1.0 KB

12345678910111213141516171819202122232425262728293031323334
  1. #
  2. # Racal-Interlan device configuration
  3. #
  4. config NET_VENDOR_RACAL
  5. bool "Racal-Interlan (Micom) NI devices"
  6. default y
  7. depends on ISA
  8. ---help---
  9. If you have a network (Ethernet) card belonging to this class, such
  10. as the NI5010, NI5210 or NI6210, say Y and read the Ethernet-HOWTO,
  11. available from <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 NI cards. If you say Y, you will be asked for
  15. your specific card in the following questions.
  16. if NET_VENDOR_RACAL
  17. config NI5010
  18. tristate "NI5010 support (EXPERIMENTAL)"
  19. depends on ISA && EXPERIMENTAL && BROKEN_ON_SMP
  20. ---help---
  21. If you have a network (Ethernet) card of this type, say Y and read
  22. the Ethernet-HOWTO, available from
  23. <http://www.tldp.org/docs.html#howto>. Note that this is still
  24. experimental code.
  25. To compile this driver as a module, choose M here. The module
  26. will be called ni5010.
  27. endif # NET_VENDOR_RACAL