@@ -7,7 +7,7 @@ config NET_VENDOR_REALTEK
77 bool "Realtek devices"
88 default y
99 depends on PCI || (PARPORT && X86)
10- --- help---
10+ help
1111 If you have a network (Ethernet) card belonging to this class, say Y.
1212
1313 Note that the answer to this question doesn't directly affect the
@@ -21,7 +21,7 @@ config ATP
2121 tristate "AT-LAN-TEC/RealTek pocket adapter support"
2222 depends on PARPORT && X86
2323 select CRC32
24- --- help---
24+ help
2525 This is a network (Ethernet) device which attaches to your parallel
2626 port. Read the file <file:drivers/net/ethernet/realtek/atp.c>
2727 if you want to use this. If you intend to use this driver, you
@@ -36,7 +36,7 @@ config 8139CP
3636 depends on PCI
3737 select CRC32
3838 select MII
39- --- help---
39+ help
4040 This is a driver for the Fast Ethernet PCI network cards based on
4141 the RTL8139C+ chips. If you have one of those, say Y here.
4242
@@ -48,7 +48,7 @@ config 8139TOO
4848 depends on PCI
4949 select CRC32
5050 select MII
51- --- help---
51+ help
5252 This is a driver for the Fast Ethernet PCI network cards based on
5353 the RTL 8129/8130/8139 chips. If you have one of those, say Y here.
5454
@@ -59,7 +59,7 @@ config 8139TOO_PIO
5959 bool "Use PIO instead of MMIO"
6060 default y
6161 depends on 8139TOO
62- --- help---
62+ help
6363 This instructs the driver to use programmed I/O ports (PIO) instead
6464 of PCI shared memory (MMIO). This can possibly solve some problems
6565 in case your mainboard has memory consistency issues. If unsure,
@@ -68,7 +68,7 @@ config 8139TOO_PIO
6868config 8139TOO_TUNE_TWISTER
6969 bool "Support for uncommon RTL-8139 rev. K (automatic channel equalization)"
7070 depends on 8139TOO
71- --- help---
71+ help
7272 This implements a function which might come in handy in case you
7373 are using low quality on long cabling. It is required for RealTek
7474 RTL-8139 revision K boards, and totally unused otherwise. It tries
@@ -79,7 +79,7 @@ config 8139TOO_TUNE_TWISTER
7979config 8139TOO_8129
8080 bool "Support for older RTL-8129/8130 boards"
8181 depends on 8139TOO
82- --- help---
82+ help
8383 This enables support for the older and uncommon RTL-8129 and
8484 RTL-8130 chips, which support MII via an external transceiver,
8585 instead of an internal one. Disabling this option will save some
@@ -88,7 +88,7 @@ config 8139TOO_8129
8888config 8139_OLD_RX_RESET
8989 bool "Use older RX-reset method"
9090 depends on 8139TOO
91- --- help---
91+ help
9292 The 8139too driver was recently updated to contain a more rapid
9393 reset sequence, in the face of severe receive errors. This "new"
9494 RX-reset method should be adequate for all boards. But if you
@@ -102,7 +102,7 @@ config R8169
102102 select CRC32
103103 select PHYLIB
104104 select REALTEK_PHY
105- --- help---
105+ help
106106 Say Y here if you have a Realtek Ethernet adapter belonging to
107107 the following families:
108108 RTL8169 Gigabit Ethernet
0 commit comments