From patchwork Tue Nov 18 07:33:17 2008 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bryan Wu X-Patchwork-Id: 9373 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 35AF3DDDCA for ; Tue, 18 Nov 2008 19:05:02 +1100 (EST) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.68 #1 (Red Hat Linux)) id 1L2LXw-0004EY-0Q; Tue, 18 Nov 2008 08:02:52 +0000 Received: from nwd2mail11.analog.com ([137.71.25.57]) by bombadil.infradead.org with esmtp (Exim 4.68 #1 (Red Hat Linux)) id 1L2L3w-0006iz-M1 for linux-mtd@lists.infradead.org; Tue, 18 Nov 2008 07:31:52 +0000 X-IronPort-AV: E=Sophos;i="4.33,624,1220241600"; d="scan'208";a="62689567" Received: from nwd2mhb2.analog.com ([137.71.6.12]) by nwd2mail11.analog.com with ESMTP; 18 Nov 2008 02:31:51 -0500 Received: from sdc1.sdcdesign.analog.com (sdc1.sdcdesign.analog.com [10.99.22.250]) by nwd2mhb2.analog.com (8.9.3 (PHNE_28810+JAGae91741)/8.9.3) with ESMTP id CAA21415; Tue, 18 Nov 2008 02:31:51 -0500 (EST) Received: from localhost.localdomain ([10.99.29.110]) by sdc1.sdcdesign.analog.com (8.11.7p1+Sun/8.11.7) with ESMTP id mAI7VlH08392; Tue, 18 Nov 2008 15:31:47 +0800 (CST) From: Bryan Wu To: dwmw2@infradead.org, linux-mtd@lists.infradead.org Subject: [PATCH 2/2] mtd/maps: bfin-async mtd driver needs complex mappings Date: Tue, 18 Nov 2008 15:33:17 +0800 Message-Id: <1226993597-31998-3-git-send-email-cooloney@kernel.org> X-Mailer: git-send-email 1.5.6.3 In-Reply-To: <1226993597-31998-1-git-send-email-cooloney@kernel.org> References: <1226993597-31998-1-git-send-email-cooloney@kernel.org> X-Bad-Reply: References and In-Reply-To but no 'Re:' in Subject. X-Spam-Score: 0.0 (/) X-Mailman-Approved-At: Tue, 18 Nov 2008 03:02:50 -0500 Cc: Bryan Wu , linux-kernel@vger.kernel.org, Mike Frysinger X-BeenThere: linux-mtd@lists.infradead.org X-Mailman-Version: 2.1.9 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: Mike Frysinger Signed-off-by: Mike Frysinger Signed-off-by: Bryan Wu --- drivers/mtd/maps/Kconfig | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/mtd/maps/Kconfig b/drivers/mtd/maps/Kconfig index 5ea1693..db68e70 100644 --- a/drivers/mtd/maps/Kconfig +++ b/drivers/mtd/maps/Kconfig @@ -480,7 +480,7 @@ config MTD_PCMCIA_ANONYMOUS config MTD_BFIN_ASYNC tristate "Blackfin BF533-STAMP Flash Chip Support" - depends on BFIN533_STAMP && MTD_CFI + depends on BFIN533_STAMP && MTD_CFI && MTD_COMPLEX_MAPPINGS select MTD_PARTITIONS default y help