From patchwork Mon Apr 6 13:10:54 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paulius Zaleckas X-Patchwork-Id: 25634 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from bombadil.infradead.org (bombadil.infradead.org [18.85.46.34]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id BC75FDDE00 for ; Mon, 6 Apr 2009 23:13:24 +1000 (EST) Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.69 #1 (Red Hat Linux)) id 1LqobW-0008Fn-Hb; Mon, 06 Apr 2009 13:11:10 +0000 Received: from 81-7-68-229.static.zebra.lt ([81.7.68.229] helo=teltonika.lt) by bombadil.infradead.org with esmtps (Exim 4.69 #1 (Red Hat Linux)) id 1LqobM-0007dY-E0 for linux-mtd@lists.infradead.org; Mon, 06 Apr 2009 13:11:07 +0000 Received: (qmail 27467 invoked by uid 109); 6 Apr 2009 13:13:48 -0000 Received: from 217.147.39.138 by mailserver (envelope-from , uid 112) with qmail-scanner-1.25st (spamassassin: 3.1.7-deb. perlscan: 1.25st. Clear:RC:1(217.147.39.138):. Processed in 0.028968 secs); 06 Apr 2009 13:13:48 -0000 Received: from unknown (HELO [127.0.0.1]) (paulius.zaleckas@[217.147.39.138]) (envelope-sender ) by teltonika.lt (qmail-ldap-1.03) with SMTP for ; 6 Apr 2009 13:13:48 -0000 From: Paulius Zaleckas Subject: [PATCH] mtd: fix Kconfig comment about 'armflash' To: linux-mtd@lists.infradead.org, trivial@kernel.org Date: Mon, 06 Apr 2009 16:10:54 +0300 Message-ID: <20090406131054.16163.11343.stgit@Programuotojas> User-Agent: StGIT/0.14.1 MIME-Version: 1.0 X-Spam-Score: 1.6 (+) X-Spam-Report: SpamAssassin version 3.2.5 on bombadil.infradead.org summary: Content analysis details: (1.6 points) pts rule name description ---- ---------------------- -------------------------------------------------- 1.6 TVD_RCVD_IP TVD_RCVD_IP Cc: linux-kernel@vger.kernel.org X-BeenThere: linux-mtd@lists.infradead.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-mtd-bounces@lists.infradead.org Errors-To: linux-mtd-bounces+incoming=patchwork.ozlabs.org@lists.infradead.org The real 'armflash' map driver is selected by CONFIG_MTD_ARM_INTEGRATOR Signed-off-by: Paulius Zaleckas --- drivers/mtd/Kconfig | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/drivers/mtd/Kconfig b/drivers/mtd/Kconfig index 7d04fb9..b8e35a0 100644 --- a/drivers/mtd/Kconfig +++ b/drivers/mtd/Kconfig @@ -154,7 +154,8 @@ config MTD_AFS_PARTS You will still need the parsing functions to be called by the driver for your particular device. It won't happen automatically. The - 'armflash' map driver (CONFIG_MTD_ARMFLASH) does this, for example. + 'armflash' map driver (CONFIG_MTD_ARM_INTEGRATOR) does this, for + example. config MTD_OF_PARTS tristate "Flash partition map based on OF description"