Update of /cvsroot/devil-linux/build/scripts/configuration/help
In directory sc8-pr-cvs1:/tmp/cvs-serv27884/scripts/configuration/help
Modified Files:
linux.help
Added Files:
lm_sensors.help usbat-02.help
Log Message:
kernel 2.4.23 and many other updates/fixes
--- NEW FILE: lm_sensors.help ---
CONFIG_LM_SENSORS
The primary mission for our project is to provide the best and most complete
hardware health monitoring drivers for Linux. We strive to produce well
organized, efficient, safe, flexible, and tested code free of charge to all
Linux users using the Intel x86 hardware platform. The project attempts to
support as many related devices as possible (when testing and documentation
is available), especially those which are commonly included on mainboards.
--- NEW FILE: usbat-02.help ---
CONFIG_USBAT02
You can find in here the driver for devices that use the USBAT-02
USB interface. Devices known working with USBAT-02 are:
* USBAT-02 CompactFlash reader for Kodak DC3800
* Microtech Zio! CompactFlash reader
* Kingston Technology PCREAD-USB/CF
* Delkin Efilm reader2
* RCA LYRA MP3 portable
* more?
The driver you find here is initialy developed for the ZiO CompactFlash
reader and has also been succesfully tested on the CompactFlash reader
for Kodak DC3800 and should work on other devices as wel. Note that
this driver is in beta stage.
Index: linux.help
===================================================================
RCS file: /cvsroot/devil-linux/build/scripts/configuration/help/linux.help,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- linux.help 22 May 2003 00:48:35 -0000 1.1
+++ linux.help 17 Dec 2003 14:55:47 -0000 1.2
@@ -13,3 +13,11 @@
"Pentium" under "Processor family", the kernel will not work on 486
architectures. Similarly, multiprocessor kernels for the "PPro"
architecture may not work on all Pentium based boards.
+
+CONFIG_LINUX_NR_CPUS
+ This allows you to specify the maximum number of CPUs which this
+ kernel will support. The maximum supported value is 32 and the
+ mimimum value which makes sense is 2.
+
+ This is purely to save memory - each supported CPU adds
+ approximately eight kilobytes to the kernel image.
|