mtd/drivers/mtd/maps Kconfig,1.67,1.68

gleixner at infradead.org gleixner at infradead.org
Thu Jan 12 17:29:09 EST 2006


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

Modified Files:
	Kconfig 
Log Message:
[MTD] maps: Mark pnc2000 driver broken

The driver has hardcoded assumptions of virtual addresses. 
Beware the innocent user.

Signed-off-by: Thomas Gleixner <tglx at linutronix.de>




Index: Kconfig
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/maps/Kconfig,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -r1.67 -r1.68
--- Kconfig	2 Dec 2005 21:07:01 -0000	1.67
+++ Kconfig	12 Jan 2006 22:29:06 -0000	1.68
@@ -157,7 +157,7 @@
 
 config MTD_PNC2000
 	tristate "CFI Flash device mapped on Photron PNC-2000"
-	depends on X86 && MTD_CFI && MTD_PARTITIONS
+	depends on X86 && MTD_CFI && MTD_PARTITIONS && BROKEN
 	help
 	  PNC-2000 is the name of Network Camera product from PHOTRON
 	  Ltd. in Japan. It uses CFI-compliant flash.





More information about the linux-mtd-cvs mailing list