mtd/patches Configure.help,1.35,1.36

jonashg at infradead.org jonashg at infradead.org
Tue Aug 20 10:46:32 EDT 2002


Update of /home/cvs/mtd/patches
In directory phoenix.infradead.org:/tmp/cvs-serv25573/patches

Modified Files:
	Configure.help 
Log Message:
Patch from Johan Adolfsson <johana at axis.com> - Make it possible to set up
a mtdram device using an absolute address at runtime.


Index: Configure.help
===================================================================
RCS file: /home/cvs/mtd/patches/Configure.help,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- Configure.help	8 Aug 2002 06:22:53 -0000	1.35
+++ Configure.help	20 Aug 2002 14:46:29 -0000	1.36
@@ -730,9 +730,10 @@
 
 Debugging RAM test driver
 CONFIG_MTD_MTDRAM
-  This enables a test MTD device driver which uses vmalloc() to
-  provide storage. You probably want to say 'N' unless you're
-  testing stuff.
+  This enables a test MTD device driver which uses vmalloc()
+  or an absolute address to provide storage.  
+  You probably want to say 'N' unless you're testing stuff.
+
 
 MTD Emulation using block device
 CONFIG_MTD_BLKMTD
@@ -763,6 +764,8 @@
   emulated by the MTDRAM driver. If the MTDRAM driver is built
   as a module, it is also possible to specify this as a parameter when
   loading the module.
+  If you want to set the size and position at runtime, set to 0, 
+  in that case set the ABS_POS parameter to 0 as well.
 
 SRAM absolute position
 CONFIG_MTDRAM_ABS_POS





More information about the linux-mtd-cvs mailing list