From patchwork Wed Dec 15 11:58:15 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: MTD: NAND: ams-delta: select for built-in by default From: Janusz Krzysztofik X-Patchwork-Id: 75639 Message-Id: <201012151258.16764.jkrzyszt@tis.icnet.pl> To: linux-mtd@lists.infradead.org Cc: Tony Lindgren , linux-omap@vger.kernel.org, David Woodhouse , Artem Bityutskiy Date: Wed, 15 Dec 2010 12:58:15 +0100 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. Created against linux-2.6.37-rc5. Signed-off-by: Janusz Krzysztofik --- drivers/mtd/nand/Kconfig | 1 + 1 file changed, 1 insertion(+) --- linux-2.6.37-rc5/drivers/mtd/nand/Kconfig.orig 2010-12-09 23:08:16.000000000 +0100 +++ linux-2.6.37-rc5/drivers/mtd/nand/Kconfig 2010-12-11 15:58:12.000000000 +0100 @@ -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).