From patchwork Fri Jul 15 10:52:54 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jan Weitzel X-Patchwork-Id: 977772 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter2.kernel.org (8.14.4/8.14.4) with ESMTP id p6FAqwaM025203 for ; Fri, 15 Jul 2011 10:52:58 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965388Ab1GOKw5 (ORCPT ); Fri, 15 Jul 2011 06:52:57 -0400 Received: from mail.visioncatalog.com ([217.6.246.34]:49525 "EHLO root.phytec.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965172Ab1GOKw5 (ORCPT ); Fri, 15 Jul 2011 06:52:57 -0400 Received: from idefix.phytec.de (idefix.phytec.de [172.16.0.10]) by root.phytec.de (Postfix) with ESMTP id 98825BF08A; Fri, 15 Jul 2011 12:56:15 +0200 (CEST) Received: from numalfix.phytec.de ([127.0.0.1]) by idefix.phytec.de (Lotus Domino Release 8.5.2FP2) with ESMTP id 2011071512525551-181569 ; Fri, 15 Jul 2011 12:52:55 +0200 Received: by numalfix.phytec.de (Postfix, from userid 1002) id A19701A186C; Fri, 15 Jul 2011 12:52:55 +0200 (CEST) From: Jan Weitzel To: linux-omap@vger.kernel.org, linux-mtd@lists.infradead.org Cc: Artem.Bityutskiy@nokia.com, vimalsingh@ti.com, Jan Weitzel Subject: [PATCH] MTD: Nand: use MTD_NAND_OMAP2 for OMAP4 Date: Fri, 15 Jul 2011 12:52:54 +0200 Message-Id: <1310727174-8183-1-git-send-email-j.weitzel@phytec.de> X-Mailer: git-send-email 1.7.0.4 X-MIMETrack: Itemize by SMTP Server on Idefix/Phytec(Release 8.5.2FP2|March 22, 2011) at 15.07.2011 12:52:55, Serialize by Router on Idefix/Phytec(Release 8.5.2FP2|March 22, 2011) at 15.07.2011 12:52:55, Serialize complete at 15.07.2011 12:52:55 Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.6 (demeter2.kernel.org [140.211.167.43]); Fri, 15 Jul 2011 10:52:59 +0000 (UTC) use MTD_NAND_OMAP2 also for OMAP4 arch. testes wit omap4430 Signed-off-by: Jan Weitzel --- drivers/mtd/nand/Kconfig | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/drivers/mtd/nand/Kconfig b/drivers/mtd/nand/Kconfig index 4c34252..40e64b8 100644 --- a/drivers/mtd/nand/Kconfig +++ b/drivers/mtd/nand/Kconfig @@ -117,9 +117,10 @@ config MTD_NAND_AMS_DELTA config MTD_NAND_OMAP2 tristate "NAND Flash device on OMAP2 and OMAP3" - depends on ARM && (ARCH_OMAP2 || ARCH_OMAP3) + depends on ARM && (ARCH_OMAP2 || ARCH_OMAP3 || ARCH_OMAP4) help - Support for NAND flash on Texas Instruments OMAP2 and OMAP3 platforms. + Support for NAND flash on Texas Instruments OMAP2, OMAP3 and OMAP4 + platforms. config MTD_NAND_IDS tristate