mtd/drivers/mtd/maps Kconfig,1.7,1.8 Config.in,1.49,1.50

David Woodhouse dwmw2 at infradead.org
Fri May 23 08:31:23 EDT 2003


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

Modified Files:
	Kconfig Config.in 
Log Message:
Fix CONFIG_MBX dependency

Index: Kconfig
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/maps/Kconfig,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- Kconfig	14 May 2003 15:05:14 -0000	1.7
+++ Kconfig	23 May 2003 12:31:20 -0000	1.8
@@ -184,7 +184,7 @@
 
 config MTD_MBX860
 	tristate "System flash on MBX860 board"
-	depends on MTD_CFI && PPC32 && 8xx && MBX860
+	depends on MTD_CFI && PPC32 && 8xx && MBX
 	help
 	  This enables access routines for the flash chips on the Motorola
 	  MBX860 board. If you have one of these boards and would like

Index: Config.in
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/maps/Config.in,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- Config.in	17 May 2003 00:00:51 -0000	1.49
+++ Config.in	23 May 2003 12:31:21 -0000	1.50
@@ -48,7 +48,7 @@
     if [ "$CONFIG_RPXLITE" = "y" -o "$CONFIG_RPXCLASSIC" = "y" ]; then
       dep_tristate '  CFI Flash device mapped on RPX Lite or CLLF' CONFIG_MTD_RPXLITE $CONFIG_MTD_CFI
     fi
-    if [ "$CONFIG_MBX860" = "y" ]; then
+    if [ "$CONFIG_MBX" = "y" ]; then
       dep_tristate '  System flash on MBX860 board' CONFIG_MTD_MBX860 $CONFIG_MTD_CFI
     fi
     dep_tristate '  CFI Flash device mapped on D-Box2' CONFIG_MTD_DBOX2 $CONFIG_MTD_CFI




More information about the linux-mtd-cvs mailing list