mtd: nand: ams-delta: select for built-in by default

Linux-MTD Mailing List linux-mtd at lists.infradead.org
Thu Jan 6 10:59:03 EST 2011


Gitweb:     http://git.infradead.org/?p=mtd-2.6.git;a=commit;h=494f45d55bf47d7130e8d9818e9a8965f6504462
Commit:     494f45d55bf47d7130e8d9818e9a8965f6504462
Parent:     e0c1a921f62d22d1aa62c72ddb793f898945ff5a
Author:     Janusz Krzysztofik <jkrzyszt at tis.icnet.pl>
AuthorDate: Wed Dec 15 12:58:15 2010 +0100
Committer:  David Woodhouse <David.Woodhouse at intel.com>
CommitDate: Thu Jan 6 15:27:09 2011 +0000

    mtd: nand: ams-delta: select for built-in by default
    
    Now that the Amstrad Delta NAND driver is converted to a platform driver,
    which prevents it from interfering with other unrelated hardware in multiple
    OMAP1 cpu and machine configurations, it can be automatically configured for
    being built into the kernel if the Amstrad Delta board is also selected.
    
    Signed-off-by: Janusz Krzysztofik <jkrzyszt at tis.icnet.pl>
    Signed-off-by: David Woodhouse <David.Woodhouse at intel.com>
---
 drivers/mtd/nand/Kconfig |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/mtd/nand/Kconfig b/drivers/mtd/nand/Kconfig
index 8229802..c895922 100644
--- a/drivers/mtd/nand/Kconfig
+++ b/drivers/mtd/nand/Kconfig
@@ -96,6 +96,7 @@ config MTD_NAND_SPIA
 config MTD_NAND_AMS_DELTA
 	tristate "NAND Flash device on Amstrad E3"
 	depends on MACH_AMS_DELTA
+	default y
 	help
 	  Support for NAND flash on Amstrad E3 (Delta).
 



More information about the linux-mtd-cvs mailing list