From patchwork Wed Feb 29 17:03:24 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Linus Walleij X-Patchwork-Id: 7009 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 05A1A2450A for ; Wed, 29 Feb 2012 17:03:45 +0000 (UTC) Received: from mail-iy0-f180.google.com (mail-iy0-f180.google.com [209.85.210.180]) by fiordland.canonical.com (Postfix) with ESMTP id B9DFDA18174 for ; Wed, 29 Feb 2012 17:03:44 +0000 (UTC) Received: by iage36 with SMTP id e36so3588587iag.11 for ; Wed, 29 Feb 2012 09:03:44 -0800 (PST) Received: from mr.google.com ([10.43.52.74]) by 10.43.52.74 with SMTP id vl10mr973528icb.55.1330535024242 (num_hops = 1); Wed, 29 Feb 2012 09:03:44 -0800 (PST) Received: by 10.43.52.74 with SMTP id vl10mr790060icb.55.1330535024201; Wed, 29 Feb 2012 09:03:44 -0800 (PST) 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.231.53.18 with SMTP id k18csp8005ibg; Wed, 29 Feb 2012 09:03:43 -0800 (PST) Received: by 10.213.8.79 with SMTP id g15mr714034ebg.108.1330535023052; Wed, 29 Feb 2012 09:03:43 -0800 (PST) Received: from eu1sys200aog102.obsmtp.com (eu1sys200aog102.obsmtp.com. [207.126.144.113]) by mx.google.com with SMTP id w56si16294724eef.188.2012.02.29.09.03.37 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 29 Feb 2012 09:03:43 -0800 (PST) Received-SPF: neutral (google.com: 207.126.144.113 is neither permitted nor denied by best guess record for domain of linus.walleij@stericsson.com) client-ip=207.126.144.113; Authentication-Results: mx.google.com; spf=neutral (google.com: 207.126.144.113 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-us.st.com ([167.4.1.35]) (using TLSv1) by eu1sys200aob102.postini.com ([207.126.147.11]) with SMTP ID DSNKT05aaD4wp32vMJsh7JX/cR7pRsOmaHBe@postini.com; Wed, 29 Feb 2012 17:03:42 UTC Received: from zeta.dmz-us.st.com (ns4.st.com [167.4.16.71]) by beta.dmz-us.st.com (STMicroelectronics) with ESMTP id 387C654; Wed, 29 Feb 2012 17:03:17 +0000 (GMT) Received: from relay2.stm.gmessaging.net (unknown [10.230.100.18]) by zeta.dmz-us.st.com (STMicroelectronics) with ESMTP id BAD7650; Wed, 29 Feb 2012 15:35:43 +0000 (GMT) Received: from exdcvycastm003.EQ1STM.local (alteon-source-exch [10.230.100.61]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (Client CN "exdcvycastm003", Issuer "exdcvycastm003" (not verified)) by relay2.stm.gmessaging.net (Postfix) with ESMTPS id 086BFA8065; Wed, 29 Feb 2012 18:03:22 +0100 (CET) Received: from steludxu4075.lud.stericsson.com (10.230.100.153) by smtp.stericsson.com (10.230.100.1) with Microsoft SMTP Server (TLS) id 8.3.83.0; Wed, 29 Feb 2012 18:03:28 +0100 From: Linus Walleij To: Cc: Linus Walleij , Mathieu Poirer , Arnd Bergmann Subject: [PATCH] ARM: ux500: delete TPS6105X selection Date: Wed, 29 Feb 2012 18:03:24 +0100 Message-ID: <1330535004-4454-1-git-send-email-linus.walleij@stericsson.com> X-Mailer: git-send-email 1.7.8 MIME-Version: 1.0 X-Gm-Message-State: ALoCoQkh+gSOksd4V/XjhnNVoN8XIqva506FTHLP3JvA7XBdhOII+d3mqcZdpAOwhGg1R7IL5jhQ From: Linus Walleij Having this driver selected here only cause problems, get it out of there and selected it from menuconfig or wherever instead. Mea culpa. Cc: Mathieu Poirer Cc: Arnd Bergmann Signed-off-by: Linus Walleij --- arch/arm/mach-ux500/Kconfig | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/arch/arm/mach-ux500/Kconfig b/arch/arm/mach-ux500/Kconfig index 94d80a4..d008812 100644 --- a/arch/arm/mach-ux500/Kconfig +++ b/arch/arm/mach-ux500/Kconfig @@ -25,7 +25,6 @@ menu "Ux500 target platform (boards)" config MACH_U8500 bool "U8500 Development platform" select UX500_SOC_DB8500 - select TPS6105X help Include support for the mop500 development platform.