patch-2.4.0-test6 linux/Documentation/Configure.help
Next file: linux/Documentation/DMA-mapping.txt
Previous file: linux/Documentation/Changes
Back to the patch index
Back to the overall index
- Lines: 79
- Date:
Wed Aug 9 13:49:28 2000
- Orig file:
v2.4.0-test5/linux/Documentation/Configure.help
- Orig date:
Thu Jul 27 17:37:59 2000
diff -u --recursive --new-file v2.4.0-test5/linux/Documentation/Configure.help linux/Documentation/Configure.help
@@ -4649,9 +4649,11 @@
Kernel/User network link driver
CONFIG_NETLINK
This driver allows for two-way communication between the kernel and
- user processes; the user processes communicate with the kernel by
- reading from and writing to character special files in the /dev
- directory having major mode 36.
+ user processes. It does so by creating a new socket family, PF_NETLINK.
+ Over this socket, the kernel can send and receive datagrams carrying
+ information. It is documented on many systems in netlink(7), a HOWTO is
+ provided as well, for example on
+ http://snafu.freedom.org/linux2.2/docs/netlink-HOWTO.html
So far, the kernel uses this feature to publish some network related
information if you say Y to "Routing messages", below. You also need
@@ -4665,16 +4667,19 @@
Routing messages
CONFIG_RTNETLINK
- If you say Y here and create a character special file /dev/route
- with major number 36 and minor number 0 using mknod ("man mknod"),
- you (or some user space utility) can read some network related
- routing information from that file. Everything you write to that
- file will be discarded.
+ If you say Y here, userspace programs can receive some network
+ related routing information over the netlink. 'rtmon', supplied
+ with the iproute2 package (ftp://ftp.inr.ac.ru), can read and
+ interpret this data. Information sent to the kernel over this link
+ is ignored.
Netlink device emulation
CONFIG_NETLINK_DEV
+ This option will be removed soon. Any programs that want to use
+ character special nodes like /dev/tap0 or /dev/route (all with major
+ number 36) need this option, and need to be rewritten soon to use
+ the real netlink socket.
This is a backward compatibility option, choose Y for now.
- This option will be removed soon.
Asynchronous Transfer Mode (ATM)
CONFIG_ATM
@@ -8915,8 +8920,15 @@
Enable Power Management (EXPERIMENTAL)
CONFIG_EEPRO100_PM
- If you want to play around with power management code
- that has been reported to lock up some machines, say Y here.
+ Many Intel EtherExpress PRO/100 PCI network cards are capable
+ of providing power management capabilities. To make use of these
+ capabilities, say Y.
+
+ WARNING: This option is intended for kernel developers and testers.
+ It is still very experimental, with some people reporting complete
+ lockups.
+
+ It is recommended to say N here.
ICL EtherTeam 16i/32 support (EXPERIMENTAL)
CONFIG_ETH16I
@@ -16440,6 +16452,19 @@
boards from BVM Ltd. Everyone using one of these boards should say
Y here.
+7-Segment Display support
+CONFIG_DISPLAY7SEG
+ This is the driver for the 7-segment display and LED present on
+ Sun Microsystems CompactPCI models CP1400 and CP1500.
+
+ This driver is also available as a module ( = code which can be
+ inserted in and removed from the running kernel whenever you want).
+ The module will be called display7seg.o. If you want to compile it
+ as a module, say M here and read Documentation/modules.txt.
+
+ If you do not have a CompactPCI model CP1400 or CP1500, or
+ another UltraSPARC-IIi-cEngine boardset with a 7-segment display,
+ you should say N to this option.
#
# A couple of things I keep forgetting:
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)