mtd/drivers/mtd/maps Kconfig,1.3,1.4

trini at infradead.org trini at infradead.org
Tue Apr 1 13:00:49 EST 2003


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

Modified Files:
	Kconfig 
Log Message:
Tighten up the dependancies on PPC32 specific maps.


Index: Kconfig
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/maps/Kconfig,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- Kconfig	18 Feb 2003 20:53:53 -0000	1.3
+++ Kconfig	1 Apr 2003 18:00:46 -0000	1.4
@@ -150,7 +150,7 @@
 
 config MTD_TQM8XXL
 	tristate "CFI Flash device mapped on TQM8XXL"
-	depends on MTD_CFI && TQM8xxL && PPC
+	depends on MTD_CFI && PPC32 && 8xx && TQM8xxL
 	help
 	  The TQM8xxL PowerPC board has up to two banks of CFI-compliant
 	  chips, currently uses AMD one. This 'mapping' driver supports
@@ -160,7 +160,7 @@
 
 config MTD_RPXLITE
 	tristate "CFI Flash device mapped on RPX Lite or CLLF"
-	depends on MTD_CFI && 8xx && PPC
+	depends on MTD_CFI && PPC32 && 8xx && (RPXCLASSIC || RPXLITE)
 	help
 	  The RPXLite PowerPC board has CFI-compliant chips mapped in
 	  a strange sparse mapping. This 'mapping' driver supports that
@@ -170,7 +170,7 @@
 
 config MTD_MBX860
 	tristate "System flash on MBX860 board"
-	depends on PPC32 && 8xx && MTD_CFI
+	depends on MTD_CFI && PPC32 && 8xx && MBX860
 	help
 	  This enables access routines for the flash chips on the Motorola
 	  MBX860 board. If you have one of these boards and would like
@@ -193,7 +193,7 @@
 
 config MTD_BEECH
 	tristate "CFI Flash device mapped on IBM 405LP Beech"
-	depends on PPC32 && 40x && MTD_CFI
+	depends on MTD_CFI && PPC32 && 40x && BEECH
 	help
 	  This enables access routines for the flash chips on the IBM
 	  405LP Beech board. If you have one of these boards and would like
@@ -201,7 +201,7 @@
 
 config MTD_ARCTIC
 	tristate "CFI Flash device mapped on IBM 405LP Arctic"
-	depends on PPC32 && 40x && MTD_CFI
+	depends on MTD_CFI && PPC32 && 40x && ARCTIC2
 	help
 	  This enables access routines for the flash chips on the IBM 405LP
 	  Arctic board. If you have one of these boards and would like to
@@ -209,7 +209,7 @@
 
 config MTD_EBONY
 	tristate "CFI Flash device mapped on IBM 440GP Ebony"
-	depends on PPC32 && 440 & MTD_CFI
+	depends on MTD_CFI && PPC32 && 440 && EBONY
 	help
 	  This enables access routines for the flash chips on the IBM 440GP
 	  Ebony board. If you have one of these boards and would like to




More information about the linux-mtd-cvs mailing list