[PATCH] enable mainstone MTD map driver on LogicPD PXA270 platform

Lennert Buytenhek buytenh at wantstofly.org
Tue Mar 28 10:12:39 EST 2006


The LogicPD PXA270 platform is very similar to the Intel Mainstone,
and can use the same MTD map driver.

Signed-off-by: Lennert Buytenhek <buytenh at wantstofly.org>

Index: linux-2.6.16/drivers/mtd/maps/Kconfig
===================================================================
--- linux-2.6.16.orig/drivers/mtd/maps/Kconfig
+++ linux-2.6.16/drivers/mtd/maps/Kconfig
@@ -131,7 +131,7 @@ config MTD_LUBBOCK
 
 config MTD_MAINSTONE
 	tristate "CFI Flash device mapped on Intel Mainstone XScale eval board"
-	depends on MACH_MAINSTONE && MTD_CFI_INTELEXT
+	depends on (MACH_LOGICPD_PXA270 || MACH_MAINSTONE) && MTD_CFI_INTELEXT
 	select MTD_PARTITIONS
 	help
 	  This provides a driver for the on-board flash of the Intel




More information about the linux-mtd mailing list