From patchwork Wed Feb 8 13:09:29 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fabio Estevam X-Patchwork-Id: 140142 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from mail-qy0-f184.google.com (mail-qy0-f184.google.com [209.85.216.184]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority" (not verified)) by ozlabs.org (Postfix) with ESMTPS id 17756B71BD for ; Thu, 9 Feb 2012 00:09:46 +1100 (EST) Received: by qcqz2 with SMTP id z2sf609644qcq.11 for ; Wed, 08 Feb 2012 05:09:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlegroups.com; s=beta; h=mime-version:x-beenthere:received-spf:from:to:cc:subject:date :message-id:x-mailer:in-reply-to:references:x-original-sender :x-original-authentication-results:reply-to:precedence:mailing-list :list-id:x-google-group-id:list-post:list-help:list-archive:sender :list-subscribe:list-unsubscribe:content-type; bh=hbLq5ZFdT62YOOJ7TT1EXGEdGLaMS8eP5raia9927HE=; b=m31KpTW3ljTMoKKQnQssxYnnv2hc4Y48KpX0CB7J1/1jXMxuWaqlfBCAGz6LCSDshH vPzh6ltiPkQ7GOMcr+EWOd7fUJboaOpv3pZ2aVF2hg99OJAZhwWo2aHcebIYeC44BNTO fZalJZWIySwTVeqLW7eprQ58nUBoMGWNsRyrU= Received: by 10.229.78.102 with SMTP id j38mr1224813qck.4.1328706580721; Wed, 08 Feb 2012 05:09:40 -0800 (PST) MIME-Version: 1.0 X-BeenThere: rtc-linux@googlegroups.com Received: by 10.224.217.201 with SMTP id hn9ls1296988qab.7.gmail; Wed, 08 Feb 2012 05:09:40 -0800 (PST) Received: by 10.236.176.98 with SMTP id a62mr47637784yhm.9.1328706580327; Wed, 08 Feb 2012 05:09:40 -0800 (PST) Received: by 10.236.176.98 with SMTP id a62mr47637782yhm.9.1328706580317; Wed, 08 Feb 2012 05:09:40 -0800 (PST) Received: from mail-gy0-f177.google.com (mail-gy0-f177.google.com [209.85.160.177]) by gmr-mx.google.com with ESMTPS id g10si728978yhn.7.2012.02.08.05.09.40 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 08 Feb 2012 05:09:40 -0800 (PST) Received-SPF: pass (google.com: domain of festevam@gmail.com designates 209.85.160.177 as permitted sender) client-ip=209.85.160.177; Received: by ghbg20 with SMTP id g20so242083ghb.22 for ; Wed, 08 Feb 2012 05:09:40 -0800 (PST) Received: by 10.100.86.15 with SMTP id j15mr10962574anb.61.1328706580204; Wed, 08 Feb 2012 05:09:40 -0800 (PST) Received: from localhost.localdomain ([187.106.61.98]) by mx.google.com with ESMTPS id a14sm2960142ana.20.2012.02.08.05.09.37 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 08 Feb 2012 05:09:38 -0800 (PST) From: Fabio Estevam To: linux-kernel@vger.kernel.org Cc: rtc-linux@googlegroups.com, w.sang@pengutronix.de, akpm@linux-foundation.org, Fabio Estevam Subject: [rtc-linux] [RESEND PATCH v2 1/2] rtc: Kconfig: Place RTC_DRV_IMXDI and RTC_MXC under "on-CPU RTC drivers" Date: Wed, 8 Feb 2012 11:09:29 -0200 Message-Id: <1328706570-1869-1-git-send-email-festevam@gmail.com> X-Mailer: git-send-email 1.7.1 In-Reply-To: <1323693187-3466-1-git-send-email-fabio.estevam@freescale.com> References: <1323693187-3466-1-git-send-email-fabio.estevam@freescale.com> X-Original-Sender: festevam@gmail.com X-Original-Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of festevam@gmail.com designates 209.85.160.177 as permitted sender) smtp.mail=festevam@gmail.com; dkim=pass header.i=@gmail.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-Google-Group-Id: 712029733259 List-Post: , List-Help: , List-Archive: Sender: rtc-linux@googlegroups.com List-Subscribe: , List-Unsubscribe: , RTC_DRV_IMXDI and RTC_MXC are on-chip RTC modules, so move them under "on-CPU RTC drivers" selection menu. While at it change the dependency of RTC_DRV_IMXDI from ARCH_MX25 to SOC_IMX25. Signed-off-by: Fabio Estevam --- Andrew, I got no reaction from Alessandro on this patch series. If you think this is OK, can this be applied? Changes since v1: - No changes. Only introduced a new patch in the series for renaming RTC_MXC to RTC_DRV_MXC drivers/rtc/Kconfig | 42 +++++++++++++++++++++--------------------- 1 files changed, 21 insertions(+), 21 deletions(-) diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig index 53eb4e5..fdc32ba 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig @@ -613,27 +613,6 @@ config RTC_DRV_MSM6242 This driver can also be built as a module. If so, the module will be called rtc-msm6242. -config RTC_DRV_IMXDI - tristate "Freescale IMX DryIce Real Time Clock" - depends on ARCH_MX25 - depends on RTC_CLASS - help - Support for Freescale IMX DryIce RTC - - This driver can also be built as a module, if so, the module - will be called "rtc-imxdi". - -config RTC_MXC - tristate "Freescale MXC Real Time Clock" - depends on ARCH_MXC - depends on RTC_CLASS - help - If you say yes here you get support for the Freescale MXC - RTC module. - - This driver can also be built as a module, if so, the module - will be called "rtc-mxc". - config RTC_DRV_BQ4802 tristate "TI BQ4802" help @@ -731,6 +710,16 @@ config RTC_DRV_DAVINCI This driver can also be built as a module. If so, the module will be called rtc-davinci. +config RTC_DRV_IMXDI + tristate "Freescale IMX DryIce Real Time Clock" + depends on SOC_IMX25 + depends on RTC_CLASS + help + Support for Freescale IMX DryIce RTC + + This driver can also be built as a module, if so, the module + will be called "rtc-imxdi". + config RTC_DRV_OMAP tristate "TI OMAP1" depends on ARCH_OMAP15XX || ARCH_OMAP16XX || ARCH_OMAP730 || ARCH_DAVINCI_DA8XX @@ -1070,4 +1059,15 @@ config RTC_DRV_PUV3 This drive can also be built as a module. If so, the module will be called rtc-puv3. +config RTC_MXC + tristate "Freescale MXC Real Time Clock" + depends on ARCH_MXC + depends on RTC_CLASS + help + If you say yes here you get support for the Freescale MXC + RTC module. + + This driver can also be built as a module, if so, the module + will be called "rtc-mxc". + endif # RTC_CLASS