Kconfig 861 B

123456789101112131415161718192021
  1. #
  2. # LAPB Data Link Drive
  3. #
  4. config LAPB
  5. tristate "LAPB Data Link Driver"
  6. ---help---
  7. Link Access Procedure, Balanced (LAPB) is the data link layer (i.e.
  8. the lower) part of the X.25 protocol. It offers a reliable
  9. connection service to exchange data frames with one other host, and
  10. it is used to transport higher level protocols (mostly X.25 Packet
  11. Layer, the higher part of X.25, but others are possible as well).
  12. Usually, LAPB is used with specialized X.21 network cards, but Linux
  13. currently supports LAPB only over Ethernet connections. If you want
  14. to use LAPB connections over Ethernet, say Y here and to "LAPB over
  15. Ethernet driver" below. Read
  16. <file:Documentation/networking/lapb-module.txt> for technical
  17. details.
  18. To compile this driver as a module, choose M here: the
  19. module will be called lapb. If unsure, say N.