From patchwork Fri Feb 19 10:01:22 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Magnus Damm X-Patchwork-Id: 45844 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.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 E7F24B7CF5 for ; Fri, 19 Feb 2010 21:05:44 +1100 (EST) Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.69 #1 (Red Hat Linux)) id 1NiPgK-0003Bi-Ve; Fri, 19 Feb 2010 10:01:57 +0000 Received: from mail-yw0-f172.google.com ([209.85.211.172]) by bombadil.infradead.org with esmtp (Exim 4.69 #1 (Red Hat Linux)) id 1NiPg9-00038Q-WB for linux-mtd@lists.infradead.org; Fri, 19 Feb 2010 10:01:50 +0000 Received: by ywh2 with SMTP id 2so821974ywh.24 for ; Fri, 19 Feb 2010 02:01:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:date:message-id :subject; bh=krK2En1nNWTHj0XwWmQci5BJFSKTU0xRtcWte3VrKBI=; b=jLVtje53HbzQHaNCqKUb/lbHUJzPV9ZCiUQQ3/TGpex3R637/fkPAkQ+ns53CMSxns BmuZzCVKQRRnPZAu0NPRS22S8q4rDCzV5w2m6fF6UWrfMsKMX4lZWbr1LfcImYFsjRGZ zI8xWRZV+CaU0DiG/lUytVNlVlYIReT1Y/fq4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:date:message-id:subject; b=eqUTagBANFXDIhpUPYAPxTyRRqfK4CJIFyHblaTdRjAFdu08Jw6ORN+OCwgEv+sCgD Zw7nZX5YL/7n215Up6Y3XFFFC+/1GUGqw/wJa6n6ATklYUtMNN15KrzWDp6g/kXRWpO+ oXzQvs+YFWjSfPS0uzbIxoc8B2zfoWwHF181w= Received: by 10.150.244.6 with SMTP id r6mr897218ybh.314.1266573703129; Fri, 19 Feb 2010 02:01:43 -0800 (PST) Received: from ?127.0.0.1? (49.14.32.202.bf.2iij.net [202.32.14.49]) by mx.google.com with ESMTPS id 21sm4070443yxe.19.2010.02.19.02.01.40 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 19 Feb 2010 02:01:42 -0800 (PST) From: Magnus Damm To: linux-mtd@lists.infradead.org Date: Fri, 19 Feb 2010 19:01:22 +0900 Message-Id: <20100219100122.6122.78528.sendpatchset@t400s> Subject: [PATCH] mtd: enable sh_flctl on SH-Mobile ARM X-CRM114-Version: 20090807-BlameThorstenAndJenny ( TRE 0.7.6 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20100219_050146_367732_F175EB44 X-CRM114-Status: UNSURE ( 8.19 ) X-CRM114-Notice: Please train this message. X-Spam-Score: 0.0 (/) X-Spam-Report: SpamAssassin version 3.2.5 on bombadil.infradead.org summary: Content analysis details: (0.0 points) pts rule name description ---- ---------------------- -------------------------------------------------- _SUMMARY_ Cc: dwmw2@infradead.org, lethal@linux-sh.org, Magnus Damm , linux-sh@vger.kernel.org X-BeenThere: linux-mtd@lists.infradead.org X-Mailman-Version: 2.1.12 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: Magnus Damm Update the Kconfig entry for the sh_flctl driver to enable build on SH-Mobile ARM platforms. Signed-off-by: Magnus Damm --- Applies on top of the other FLCTL changes in the sh-2.6 git tree. drivers/mtd/nand/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- 0001/drivers/mtd/nand/Kconfig +++ work/drivers/mtd/nand/Kconfig 2010-02-19 18:55:44.000000000 +0900 @@ -457,7 +457,7 @@ config MTD_NAND_NOMADIK config MTD_NAND_SH_FLCTL tristate "Support for NAND on Renesas SuperH FLCTL" - depends on MTD_NAND && SUPERH + depends on MTD_NAND && (SUPERH || ARCH_SHMOBILE) help Several Renesas SuperH CPU has FLCTL. This option enables support for NAND Flash using FLCTL.