mtd/drivers/mtd/devices Kconfig,1.4,1.5

David Woodhouse dwmw2 at infradead.org
Wed Jul 9 09:52:00 EDT 2003


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

Modified Files:
	Kconfig 
Log Message:
<willy> dwmw2:
<willy> config MTD_MS02NV
<willy>         tristate "DEC MS02-NV NVRAM module support"
<willy>         depends on CONFIG_DECSTATION
<willy> that should be just `depends on DECSTATION'


Index: Kconfig
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/devices/Kconfig,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- Kconfig	28 May 2003 15:18:54 -0000	1.4
+++ Kconfig	9 Jul 2003 13:51:56 -0000	1.5
@@ -40,7 +40,7 @@
 
 config MTD_MS02NV
 	tristate "DEC MS02-NV NVRAM module support"
-	depends on CONFIG_DECSTATION
+	depends on DECSTATION
 	help
 	  Support for NVRAM module on DECstation.
 




More information about the linux-mtd-cvs mailing list