LASAT depends on MTD_CFI

Linux-MTD Mailing List linux-mtd at lists.infradead.org
Wed May 17 11:59:02 EDT 2006


Commit:     ceb31db11f78935c666c50fe9c99d4560d592fde
Parent:     be21ce119716f821c595552917ce7c05a3997b6b
Author:     Martin Michlmayr <tbm at cyrius.com>
AuthorDate: Mon Mar 20 04:40:46 2006 +0000
Commit:     David Woodhouse <dwmw2 at infradead.org>
CommitDate: Wed May 17 16:20:57 2006 +0100

    LASAT depends on MTD_CFI
    
    The following difference was found between the mainline and linux-mips
    kernel.  LASAT depends on MTD_CFI.
    
    Signed-off-by: Martin Michlmayr <tbm at cyrius.com>
    Signed-off-by: David Woodhouse <dwmw2 at infradead.org>

 drivers/mtd/maps/Kconfig |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/mtd/maps/Kconfig b/drivers/mtd/maps/Kconfig
index 4e2bd37..6bdaacc 100644
--- a/drivers/mtd/maps/Kconfig
+++ b/drivers/mtd/maps/Kconfig
@@ -200,8 +200,8 @@ config MTD_TSUNAMI
 	  Support for the flash chip on Tsunami TIG bus.
 
 config MTD_LASAT
-	tristate "Flash chips on LASAT board"
-	depends on LASAT
+	tristate "LASAT flash device"
+	depends on LASAT && MTD_CFI
 	help
 	  Support for the flash chips on the Lasat 100 and 200 boards.
 



More information about the linux-mtd-cvs mailing list