From patchwork Wed Jan 20 17:14:48 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Javier Martinez Canillas X-Patchwork-Id: 570805 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from mail-io0-x239.google.com (mail-io0-x239.google.com [IPv6:2607:f8b0:4001:c06::239]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id A42C51402ED for ; Thu, 21 Jan 2016 04:16:08 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=googlegroups.com header.i=@googlegroups.com header.b=fakcmGCr; dkim-atps=neutral Received: by mail-io0-x239.google.com with SMTP id q21sf7304434iod.1 for ; Wed, 20 Jan 2016 09:16:08 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlegroups.com; s=20120806; h=mime-version:from:to:cc:subject:date:message-id:in-reply-to :references:x-original-sender:x-original-authentication-results :reply-to:content-type:precedence:mailing-list:list-id :x-spam-checked-in-group:list-post:list-help:list-archive:sender :list-subscribe:list-unsubscribe; bh=jdY9jV4gYVjzKdOdfpJniJcMRx9oC0fQaz4cjiu9rlI=; b=fakcmGCr2lRRRFZVM4+6SFatjyqtLcA1hKgWlNu13VAdDGKm/h2SNZzQG2UFWw6xkf JX1cGA68jQT3uWn3yMTq2nkJRCUCNHoBeI+B4lYZJr9vvOZPzSOaSdTxUJhjfpHFeH9Y AzPUaNqAcb5Xb1bMp9412spTU961LmL9r4V4ccEQcgz/NL/lT0ytmtTw1vK499gidw7m Y8SNZRoe4NfLZ8zqhGHz2vA2MItUBAtzODlLId/CAwj8kpD19SbqJSCgyTLm5kuTxIF5 /IC3vE2yILZLfCSh50/ZSMezo2ATxp1FsDyyQjGzVWn3clk61R0NG3uQ25WwslxOnEH0 06lw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:from:to:cc:subject:date:message-id :in-reply-to:references:x-original-sender :x-original-authentication-results:reply-to:content-type:precedence :mailing-list:list-id:x-spam-checked-in-group:list-post:list-help :list-archive:sender:list-subscribe:list-unsubscribe; bh=jdY9jV4gYVjzKdOdfpJniJcMRx9oC0fQaz4cjiu9rlI=; b=NECnN+SQQ2U3VKgD0nVDq9fp7/SDWezURf6yL4s6oHSg6J45MOpiesDpPcspuiBhm/ Q88snFQ4ZK4OhM2aO09CtLH+V/V44L0sSBxs60zFqMwlTiatASPazmYhjVXgYGxRcW+n NhYx18Hz1ktl6cjExJYMPUuxmmM9B7tS52gJMKt7GkZMvK7tSJRYyTrGv12ONMnkHVFF HTgxbK1XGfL6ZofM9SsySw0HpSs2A473yIZs1jh5tshkc2zGE2A1/ARxrV9X8NfGoVaw Vs8QojfNH2kZF4Zk2pxpSsoPdcVLG+PLPSahXWR1mRhXglKQnhCNK4MAm24hem95qmGg qNTg== X-Gm-Message-State: AG10YOQXsvY7iRHl2OWtSWi/vwthuMxwUQz3rSjBdD6t+IQOWv9dhCHf5vUUKcYJ8rvg0g== X-Received: by 10.140.33.136 with SMTP id j8mr147854qgj.4.1453310167255; Wed, 20 Jan 2016 09:16:07 -0800 (PST) MIME-Version: 1.0 X-BeenThere: rtc-linux@googlegroups.com Received: by 10.140.102.48 with SMTP id v45ls4173855qge.71.gmail; Wed, 20 Jan 2016 09:16:06 -0800 (PST) X-Received: by 10.31.152.208 with SMTP id a199mr34069383vke.4.1453310166943; Wed, 20 Jan 2016 09:16:06 -0800 (PST) Received: from lists.s-osg.org (lists.s-osg.org. [54.187.51.154]) by gmr-mx.google.com with ESMTP id jg4si680036pac.2.2016.01.20.09.16.06 for ; Wed, 20 Jan 2016 09:16:06 -0800 (PST) Received-SPF: neutral (google.com: 54.187.51.154 is neither permitted nor denied by best guess record for domain of javier@osg.samsung.com) client-ip=54.187.51.154; Received: from sauron.localdomain (unknown [200.3.249.195]) by lists.s-osg.org (Postfix) with ESMTPSA id C2A3C462CE; Wed, 20 Jan 2016 09:16:02 -0800 (PST) From: Javier Martinez Canillas To: linux-kernel@vger.kernel.org Cc: Kukjin Kim , rtc-linux@googlegroups.com, Chanwoo Choi , Alexandre Belloni , Krzysztof Kozlowski , Laxman Dewangan , linux-samsung-soc@vger.kernel.org, Javier Martinez Canillas , Arnd Bergmann , Olof Johansson , linux-arm-kernel@lists.infradead.org Subject: [rtc-linux] [PATCH 8/8] ARM: multi_v7_defconfig: Remove MAX77802 RTC Kconfig symbol Date: Wed, 20 Jan 2016 14:14:48 -0300 Message-Id: <1453310088-29985-9-git-send-email-javier@osg.samsung.com> X-Mailer: git-send-email 2.5.0 In-Reply-To: <1453310088-29985-1-git-send-email-javier@osg.samsung.com> References: <1453310088-29985-1-git-send-email-javier@osg.samsung.com> X-Original-Sender: javier@osg.samsung.com X-Original-Authentication-Results: gmr-mx.google.com; spf=neutral (google.com: 54.187.51.154 is neither permitted nor denied by best guess record for domain of javier@osg.samsung.com) smtp.mailfrom=javier@osg.samsung.com Reply-To: rtc-linux@googlegroups.com Precedence: list Mailing-list: list rtc-linux@googlegroups.com; contact rtc-linux+owners@googlegroups.com List-ID: X-Spam-Checked-In-Group: rtc-linux@googlegroups.com X-Google-Group-Id: 712029733259 List-Post: , List-Help: , List-Archive: , List-Unsubscribe: , The driver has been removed so the Kconfig symbol is not valid anymore. Signed-off-by: Javier Martinez Canillas Reviewed-by: Krzysztof Kozlowski --- arch/arm/configs/multi_v7_defconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig index 314f6be2dca2..bdb42c09332c 100644 --- a/arch/arm/configs/multi_v7_defconfig +++ b/arch/arm/configs/multi_v7_defconfig @@ -664,7 +664,6 @@ CONFIG_RTC_DRV_MAX8907=y CONFIG_RTC_DRV_MAX8997=m CONFIG_RTC_DRV_MAX77686=y CONFIG_RTC_DRV_RK808=m -CONFIG_RTC_DRV_MAX77802=m CONFIG_RTC_DRV_RS5C372=m CONFIG_RTC_DRV_PALMAS=y CONFIG_RTC_DRV_ST_LPC=y