mtd/drivers/mtd/devices Kconfig,1.9,1.10

David Woodhouse dwmw2 at infradead.org
Wed Jul 14 20:34:52 EDT 2004


Update of /home/cvs/mtd/drivers/mtd/devices
In directory phoenix.infradead.org:/tmp/cvs-serv2702

Modified Files:
	Kconfig 
Log Message:
MACH_DECSTATION not DECSTATION


Index: Kconfig
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/devices/Kconfig,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- Kconfig	8 Jul 2004 12:48:21 -0000	1.9
+++ Kconfig	15 Jul 2004 00:34:49 -0000	1.10
@@ -40,18 +40,13 @@
 
 config MTD_MS02NV
 	tristate "DEC MS02-NV NVRAM module support"
-	depends on MTD && DECSTATION
+	depends on MTD && MACH_DECSTATION
 	help
 	  This is an MTD driver for the DEC's MS02-NV (54-20948-01) battery
 	  backed-up NVRAM module.  The module was originally meant as an NFS
 	  accelerator.  Say Y here if you have a DECstation 5000/2x0 or a
 	  DECsystem 5900 equipped with such a module.
 
-	  If you want to compile this driver as a module ( = code which can be
-	  inserted in and removed from the running kernel whenever you want),
-	  say M here and read <file:Documentation/modules.txt>.  The module will
-	  be called ms02-nv.o.
-
 config MTD_SLRAM
 	tristate "Uncached system RAM"
 	depends on MTD





More information about the linux-mtd-cvs mailing list