From patchwork Sat Jul 28 22:30:15 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fabio Estevam X-Patchwork-Id: 173891 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from merlin.infradead.org (unknown [IPv6:2001:4978:20e::2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 232482C008C for ; Sun, 29 Jul 2012 08:33:24 +1000 (EST) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1SvFXL-0001As-T9; Sat, 28 Jul 2012 22:31:05 +0000 Received: from mail-yx0-f177.google.com ([209.85.213.177]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1SvFX7-0001AA-Kq for linux-mtd@lists.infradead.org; Sat, 28 Jul 2012 22:30:50 +0000 Received: by yenr9 with SMTP id r9so4199023yen.36 for ; Sat, 28 Jul 2012 15:30:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer; bh=q49uUNByM36QnKdW9FamffgtCsH+b1ZeNQvKcbF6E0g=; b=RXpcCbmxSiD06ff1X7WpYDs2BQhiJKYMxG/1IBQMKTLDS+gcA8EfCpKeCHFnCOO+Bb ZEcUZAwt6qgowiSoeFtGqjJw3NhJyKOCLE+B2VXLbGboFLkxZFqd431a3sJjcKbV475W bqHUqbbsdZLdlaI36sOQ7aCaHOJts6u7pJvjap90xnosaooRuLJ9EnkeP29BYk+8JzK1 NYry17m2e52jsXc7yf2jg7Gtj9PX4OYiRuL7ZR/0Buynd6deFIfVBPOcA1PnA7Vz9LW/ NUAslrJz8PxgBUfqeC1yALdpBJsJgsjiXdrdrH+eeoxP35ySZRh69+sJhttheEpnidiu c0wA== Received: by 10.236.79.100 with SMTP id h64mr6384275yhe.50.1343514624589; Sat, 28 Jul 2012 15:30:24 -0700 (PDT) Received: from localhost.localdomain ([189.5.6.233]) by mx.google.com with ESMTPS id y66sm11360905yhi.10.2012.07.28.15.30.22 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 28 Jul 2012 15:30:24 -0700 (PDT) From: Fabio Estevam To: Artem.Bityutskiy@linux.intel.com Subject: [PATCH 2/2] nand: Kconfig: Allow MTD_NAND_GPMI_NAND to be built as module Date: Sat, 28 Jul 2012 19:30:15 -0300 Message-Id: <1343514616-9019-1-git-send-email-festevam@gmail.com> X-Mailer: git-send-email 1.7.1 X-Spam-Note: CRM114 invocation failed X-Spam-Note: SpamAssassin invocation failed Cc: Fabio Estevam , b32955@freescale.com, linux-mtd@lists.infradead.org, marex.vasut@denx.de, kernel@pengutronix.de, shawn.guo@linaro.org, dwmw2@infradead.org X-BeenThere: linux-mtd@lists.infradead.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: linux-mtd-bounces@lists.infradead.org Errors-To: linux-mtd-bounces+incoming=patchwork.ozlabs.org@lists.infradead.org From: Fabio Estevam Allow MTD_NAND_GPMI_NAND to be built as module. Signed-off-by: Fabio Estevam --- drivers/mtd/nand/Kconfig | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/mtd/nand/Kconfig b/drivers/mtd/nand/Kconfig index f4e81a7..533eee7 100644 --- a/drivers/mtd/nand/Kconfig +++ b/drivers/mtd/nand/Kconfig @@ -461,7 +461,7 @@ config MTD_NAND_NANDSIM MTD nand layer. config MTD_NAND_GPMI_NAND - bool "GPMI NAND Flash Controller driver" + tristate "GPMI NAND Flash Controller driver" depends on MTD_NAND && (SOC_IMX23 || SOC_IMX28 || SOC_IMX6Q) help Enables NAND Flash support for IMX23 or IMX28.