mtd/drivers/mtd/maps Kconfig,1.68,1.69

Nicolas Pitre nico at infradead.org
Tue Mar 28 11:15:57 EST 2006


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

Modified Files:
	Kconfig 
Log Message:
[MTD] the pxa_flash map driver is meant for any PXA2xx based config

Signed-off-by: Nicolas Pitre <nico at cam.org>


Index: Kconfig
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/maps/Kconfig,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -r1.68 -r1.69
--- Kconfig	12 Jan 2006 22:29:06 -0000	1.68
+++ Kconfig	28 Mar 2006 16:15:53 -0000	1.69
@@ -209,12 +209,12 @@
 	  <http://www.arcomcontrols.com/products/icp/pc104/processors/SBC_GX1.htm>.
 
 config MTD_PXA2XX
-	tristate "CFI Flash device mapped on Intel XScale PXA2xx eval board"
-	depends on (ARCH_LUBBOCK || MACH_MAINSTONE) && MTD_CFI_INTELEXT
+	tristate "CFI Flash device mapped on XScale PXA2xx based board"
+	depends on ARCH_PXA && MTD_CFI_INTELEXT
 	select MTD_PARTITIONS
 	help
-	  This provides a driver for the on-board flash of the Intel
-	  'Lubbock' and 'Mainstone' XScale PXA2xx evaluation boards.
+	  This provides a driver for flash memory present on boards using
+	  the Intel PXA2xx processor, like the Lubbock, Mainstone, etc.
 
 config MTD_OCTAGON
 	tristate "JEDEC Flash device mapped on Octagon 5066 SBC"





More information about the linux-mtd-cvs mailing list