Messages in this thread Patch in this message |  | | From | Steven Cole <> | Subject | [PATCH] CONFIG_TOSHIBA Configure.help for 2.4.0-test11 | Date | Mon, 20 Nov 2000 18:44:06 -0700 |
| |
I noticed that for 2.4.0-test11 there is no help for CONFIG_TOSHIBA, although there is for 2.2.17.
The following patch borrows the words for CONFIG_TOSHIBA from the 2.2.17 Documentation/Configure.help, dropping an extraneous "the" from the first line.
This patch applies to 2.4.0-test11.
Steven
diff -u linux/Documentation/Configure.help.orig \ linux/Documentation/Configure.help --- linux/Documentation/Configure.help.orig Mon Nov 20 18:26:27 2000 +++ linux/Documentation/Configure.help Mon Nov 20 18:26:46 2000 @@ -13420,6 +13420,17 @@ module, say M here and read Documentation/modules.txt. Most people will say N.
+Toshiba Laptop support +CONFIG_TOSHIBA + If you intend to run this kernel on a Toshiba portable say yes + here. This adds a driver to safely access the System Management + Mode of the CPU on Toshiba portables. The System Management Mode + is used to set the BIOS and power saving options on Toshiba portables. + + For information on utilities to make use of this driver see the + Toshiba Linux utilities website at: + http://www.buzzard.org.uk/toshiba/ + /dev/cpu/microcode - Intel P6 CPU microcode support CONFIG_MICROCODE If you say Y here and also to "/dev file system support" in the - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org Please read the FAQ at http://www.tux.org/lkml/
|  |