mtd/drivers/mtd/maps Kconfig,1.62,1.63

sean at infradead.org sean at infradead.org
Tue Nov 8 19:12:50 EST 2005


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

Modified Files:
	Kconfig 
Log Message:
CONFIG_ELAN doesn't exist any more; CONFIG_X86_ELAN is too specific
so make ts-5500 memory map dependant on CONFIG_X86.

Signed-off-by: Sean Young <sean at mess.org>



Index: Kconfig
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/maps/Kconfig,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- Kconfig	7 Nov 2005 21:47:48 -0000	1.62
+++ Kconfig	9 Nov 2005 00:12:46 -0000	1.63
@@ -180,7 +180,7 @@
 
 config MTD_TS5500
 	tristate "JEDEC Flash device mapped on Technologic Systems TS-5500"
-	depends on ELAN
+	depends on X86
 	select MTD_PARTITIONS
 	select MTD_JEDECPROBE
 	select MTD_CFI_AMDSTD





More information about the linux-mtd-cvs mailing list