Kconfig 1.2 KB

123456789101112131415161718192021222324252627282930313233343536
  1. #
  2. # Acorn Econet/AUN protocols
  3. #
  4. config ECONET
  5. tristate "Acorn Econet/AUN protocols (EXPERIMENTAL)"
  6. depends on EXPERIMENTAL && INET
  7. ---help---
  8. Econet is a fairly old and slow networking protocol mainly used by
  9. Acorn computers to access file and print servers. It uses native
  10. Econet network cards. AUN is an implementation of the higher level
  11. parts of Econet that runs over ordinary Ethernet connections, on
  12. top of the UDP packet protocol, which in turn runs on top of the
  13. Internet protocol IP.
  14. If you say Y here, you can choose with the next two options whether
  15. to send Econet/AUN traffic over a UDP Ethernet connection or over
  16. a native Econet network card.
  17. To compile this driver as a module, choose M here: the module
  18. will be called econet.
  19. config ECONET_AUNUDP
  20. bool "AUN over UDP"
  21. depends on ECONET
  22. help
  23. Say Y here if you want to send Econet/AUN traffic over a UDP
  24. connection (UDP is a packet based protocol that runs on top of the
  25. Internet protocol IP) using an ordinary Ethernet network card.
  26. config ECONET_NATIVE
  27. bool "Native Econet"
  28. depends on ECONET
  29. help
  30. Say Y here if you have a native Econet network card installed in
  31. your computer.