mtd/drivers/mtd/maps Kconfig,1.43,1.44

bjd at infradead.org bjd at infradead.org
Fri Feb 18 06:03:48 EST 2005


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

Modified Files:
	Kconfig 
Log Message:
update the BAST driver config (which already supports the vr1000) to
be selected only if the vr1000 has been configured


Index: Kconfig
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/maps/Kconfig,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- Kconfig	24 Jan 2005 00:35:21 -0000	1.43
+++ Kconfig	18 Feb 2005 11:03:45 -0000	1.44
@@ -645,13 +645,14 @@
           Map driver for Dy-4 SVME/DMV-182 board.
 
 config MTD_BAST
-	tristate "Map driver for Simtec BAST (EB2410ITX)"
-	depends on ARCH_BAST
+	tristate "Map driver for Simtec BAST (EB2410ITX) or Thorcom VR1000"
+	depends on ARCH_BAST || MACH_VR1000
 	select MTD_PARTITIONS
 	select MTD_MAP_BANK_WIDTH_16
 	select MTD_JEDECPROBE
 	help
-	  Map driver for NOR flash on the Simtec BAST (EB2410ITX).
+	  Map driver for NOR flash on the Simtec BAST (EB2410ITX), or the
+	  Thorcom VR1000
 
 	  Note, this driver *cannot* over-ride the WP link on the
 	  board, or currently detect the state of the link.





More information about the linux-mtd-cvs mailing list