From patchwork Wed Sep 7 07:50:29 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Linus Walleij X-Patchwork-Id: 3950 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id 09BC123EF5 for ; Wed, 7 Sep 2011 07:52:53 +0000 (UTC) Received: from mail-fx0-f52.google.com (mail-fx0-f52.google.com [209.85.161.52]) by fiordland.canonical.com (Postfix) with ESMTP id E736FA1867D for ; Wed, 7 Sep 2011 07:52:52 +0000 (UTC) Received: by fxd18 with SMTP id 18so462492fxd.11 for ; Wed, 07 Sep 2011 00:52:52 -0700 (PDT) Received: by 10.223.5.139 with SMTP id 11mr1379701fav.138.1315381972636; Wed, 07 Sep 2011 00:52:52 -0700 (PDT) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.152.11.8 with SMTP id m8cs129696lab; Wed, 7 Sep 2011 00:52:52 -0700 (PDT) Received: by 10.14.14.225 with SMTP id d73mr2158535eed.210.1315381971664; Wed, 07 Sep 2011 00:52:51 -0700 (PDT) Received: from eu1sys200aog108.obsmtp.com (eu1sys200aog108.obsmtp.com [207.126.144.125]) by mx.google.com with SMTP id q2si4595178eef.98.2011.09.07.00.51.33 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 07 Sep 2011 00:52:51 -0700 (PDT) Received-SPF: neutral (google.com: 207.126.144.125 is neither permitted nor denied by best guess record for domain of linus.walleij@stericsson.com) client-ip=207.126.144.125; Authentication-Results: mx.google.com; spf=neutral (google.com: 207.126.144.125 is neither permitted nor denied by best guess record for domain of linus.walleij@stericsson.com) smtp.mail=linus.walleij@stericsson.com Received: from beta.dmz-eu.st.com ([164.129.1.35]) (using TLSv1) by eu1sys200aob108.postini.com ([207.126.147.11]) with SMTP ID DSNKTmciWk8QEq4XVt+VaG1iX4HNbyXUP0o1@postini.com; Wed, 07 Sep 2011 07:52:51 UTC Received: from zeta.dmz-eu.st.com (zeta.dmz-eu.st.com [164.129.230.9]) by beta.dmz-eu.st.com (STMicroelectronics) with ESMTP id D96A4378; Wed, 7 Sep 2011 07:50:40 +0000 (GMT) Received: from relay1.stm.gmessaging.net (unknown [10.230.100.17]) by zeta.dmz-eu.st.com (STMicroelectronics) with ESMTP id 12A821B2E; Wed, 7 Sep 2011 07:50:40 +0000 (GMT) Received: from exdcvycastm004.EQ1STM.local (alteon-source-exch [10.230.100.61]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (Client CN "exdcvycastm004", Issuer "exdcvycastm004" (not verified)) by relay1.stm.gmessaging.net (Postfix) with ESMTPS id 7A51424C2F2; Wed, 7 Sep 2011 09:50:34 +0200 (CEST) Received: from localhost.localdomain (10.230.100.153) by smtp.stericsson.com (10.230.100.2) with Microsoft SMTP Server (TLS) id 8.3.83.0; Wed, 7 Sep 2011 09:50:39 +0200 From: Linus Walleij To: David Woodhouse , Artem Bityutskiy , Cc: , Lee Jones , Linus Walleij , Marc Zyngier Subject: [PATCH] mtd: drop Integrator flash map Kconfig Date: Wed, 7 Sep 2011 09:50:29 +0200 Message-ID: <1315381829-21548-1-git-send-email-linus.walleij@stericsson.com> X-Mailer: git-send-email 1.7.3.2 MIME-Version: 1.0 From: Linus Walleij The integrator flash has been deleted, even from the Makefile. Drop the Kconfig entry as well. Cc: Marc Zyngier Signed-off-by: Linus Walleij --- drivers/mtd/maps/Kconfig | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) diff --git a/drivers/mtd/maps/Kconfig b/drivers/mtd/maps/Kconfig index c0c328c..c3d02d4 100644 --- a/drivers/mtd/maps/Kconfig +++ b/drivers/mtd/maps/Kconfig @@ -339,10 +339,6 @@ config MTD_SOLUTIONENGINE This enables access to the flash chips on the Hitachi SolutionEngine and similar boards. Say 'Y' if you are building a kernel for such a board. -config MTD_ARM_INTEGRATOR - tristate "CFI Flash device mapped on ARM Integrator/P720T" - depends on ARM && MTD_CFI - config MTD_CDB89712 tristate "Cirrus CDB89712 evaluation board mappings" depends on MTD_CFI && ARCH_CDB89712