From mboxrd@z Thu Jan 1 00:00:00 1970 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 1Lbdho-0004dP-00 for linux-mtd@lists.infradead.org; Mon, 23 Feb 2009 16:30:58 +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 ; 23 Feb 2009 16:30:50 -0000 From: Paulius Zaleckas Subject: [PATCH] mtd: fix Kconfig comment about 'armflash' To: linux-mtd@lists.infradead.org, linux-arm-kernel@lists.arm.linux.org.uk Date: Mon, 23 Feb 2009 18:30:50 +0200 Message-ID: <20090223163050.7736.3796.stgit@Programuotojas> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , 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"