Messages in this thread Patch in this message |  | | From | Adam Hunt <> | Subject | [PATCH] trivial typo in drivers/serial/Kconfig | Date | Tue, 20 May 2003 02:05:48 -0700 |
| |
This patch fixes 2.5's menuconfig help references to the modules "serial" and "serial_cs". These modules are now called "8250" and "8250_cs".
--adam
--- drivers/serial/Kconfig 2003-05-12 04:18:08.000000000 -0700 +++ drivers/serial/Kconfig 2003-05-20 01:45:38.000000000 -0700 @@ -23,7 +23,7 @@
If you want to compile this driver as a module, say M here and read <file:Documentation/modules.txt>. The module will be called - serial. + 8250. [WARNING: Do not compile this driver as a module if you are using non-standard serial ports, since the configuration information will be lost when the driver is unloaded. This limitation may be lifted @@ -73,7 +73,7 @@
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 serial_cs. If you want to compile it as + The module will be called 8250_cs. If you want to compile it as a module, say M here and read <file:Documentation/modules.txt>. If unsure, say N.
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |