hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/drivers/net/plip/Kconfig
....@@ -1,3 +1,4 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 #
23 # Parallel Line Internet Protocol (PLIP) network device configuration
34 #
....@@ -5,7 +6,7 @@
56 config PLIP
67 tristate "PLIP (parallel port) support"
78 depends on PARPORT
8
- ---help---
9
+ help
910 PLIP (Parallel Line Internet Protocol) is used to create a
1011 reasonably fast mini network consisting of two (or, rarely, more)
1112 local machines. A PLIP link from a Linux box is a popular means to
....@@ -20,7 +21,7 @@
2021 bits at a time (mode 0) or with special PLIP cables, to be used on
2122 bidirectional parallel ports only, which can transmit 8 bits at a
2223 time (mode 1); you can find the wiring of these cables in
23
- <file:Documentation/networking/PLIP.txt>. The cables can be up to
24
+ <file:Documentation/networking/plip.rst>. The cables can be up to
2425 15m long. Mode 0 works also if one of the machines runs DOS/Windows
2526 and has some PLIP software installed, e.g. the Crynwr PLIP packet
2627 driver (<http://oak.oakland.edu/simtel.net/msdos/pktdrvr-pre.html>)