From patchwork Fri Oct 19 09:59:43 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mohammed Afzal X-Patchwork-Id: 192630 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from mail-gg0-f184.google.com (mail-gg0-f184.google.com [209.85.161.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 ED0002C0091 for ; Fri, 19 Oct 2012 20:59:53 +1100 (EST) Received: by mail-gg0-f184.google.com with SMTP id l2sf200602ggn.11 for ; Fri, 19 Oct 2012 02:59:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlegroups.com; s=20120806; h=x-beenthere:received-spf:from:to:cc:subject:date:message-id :x-mailer:in-reply-to:references:mime-version: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=DEIjdjowNeltGw7Z7v/wIu+Jiaa/brdYdS+hd+ywOK4=; b=kr63d0C1R9LcTqIQ9DVrd+PcGYg5chMSRxz6TqNjKOBsas5JvMhRAVHEN5Ab1mDd7s KpLr3E72OYnXnt+xXdkPI46HdzvOG4L9gchbe8wkchic1pHfKat165yt0SmTKGDsRi00 6WilVQmcR4nY9lLSqBkpqe7oKln92qpD+Nym8M92RqA8dJKHQ3rZ+UYN4FmAVFbn/3HW 8m9ygvN5bNy3Hw4ZXzmgBVXT3iKYSZzn8ueLtA+5vM9H6I5iuAjx6IDiOy37qzwym3wD 2iI/cmeTJvZ1HkTZCVAUQ6VJYR7BE0a54f3PnKmndWmPCotswzYl4mM/EttHzOEVqPvn UUiw== Received: by 10.50.197.165 with SMTP id iv5mr4482157igc.4.1350640793382; Fri, 19 Oct 2012 02:59:53 -0700 (PDT) X-BeenThere: rtc-linux@googlegroups.com Received: by 10.42.91.75 with SMTP id o11ls3544211icm.2.gmail; Fri, 19 Oct 2012 02:59:52 -0700 (PDT) Received: by 10.42.89.193 with SMTP id h1mr330787icm.31.1350640792797; Fri, 19 Oct 2012 02:59:52 -0700 (PDT) Received: by 10.42.89.193 with SMTP id h1mr330785icm.31.1350640792788; Fri, 19 Oct 2012 02:59:52 -0700 (PDT) Received: from bear.ext.ti.com (bear.ext.ti.com. [192.94.94.41]) by gmr-mx.google.com with ESMTPS id us14si161705igb.3.2012.10.19.02.59.52 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 19 Oct 2012 02:59:52 -0700 (PDT) Received-SPF: pass (google.com: domain of afzal@ti.com designates 192.94.94.41 as permitted sender) client-ip=192.94.94.41; Received: from dbdp20.itg.ti.com ([172.24.170.38]) by bear.ext.ti.com (8.13.7/8.13.7) with ESMTP id q9J9xkIQ015299; Fri, 19 Oct 2012 04:59:47 -0500 Received: from DBDE70.ent.ti.com (localhost [127.0.0.1]) by dbdp20.itg.ti.com (8.13.8/8.13.8) with ESMTP id q9J9xiWj027303; Fri, 19 Oct 2012 15:29:44 +0530 (IST) Received: from dbdp32.itg.ti.com (172.24.170.251) by dbde70.ent.ti.com (172.24.170.148) with Microsoft SMTP Server id 14.1.323.3; Fri, 19 Oct 2012 15:29:44 +0530 Received: from psplinux063.india.ti.com (dbdp20.itg.ti.com [172.24.170.38]) by dbdp32.itg.ti.com (8.13.8/8.13.8) with ESMTP id q9J9xiQS021022; Fri, 19 Oct 2012 15:29:44 +0530 From: Afzal Mohammed To: Andrew Morton CC: Grant Likely , Rob Herring , Rob Landley , Sekhar Nori , Kevin Hilman , Russell King , Alessandro Zummo , , , , , , , Daniel Mack , Afzal Mohammed Subject: [rtc-linux] [PATCH v4 4/5] rtc: omap: depend on am33xx Date: Fri, 19 Oct 2012 15:29:43 +0530 Message-ID: <461eeca5902e383a3d26149700cde751d5450951.1350633036.git.afzal@ti.com> X-Mailer: git-send-email 1.7.12 In-Reply-To: References: MIME-Version: 1.0 X-Original-Sender: afzal@ti.com X-Original-Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of afzal@ti.com designates 192.94.94.41 as permitted sender) smtp.mail=afzal@ti.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-omap driver can be reused for AM33xx RTC. Provide dependency in Kconfig. Signed-off-by: Afzal Mohammed Acked-by: Sekhar Nori --- v2: Modify Kconfig help, resolve checkpatch warning drivers/rtc/Kconfig | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig index 19c03ab..4f7ecb6 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig @@ -777,11 +777,13 @@ config RTC_DRV_IMXDI config RTC_DRV_OMAP tristate "TI OMAP1" - depends on ARCH_OMAP15XX || ARCH_OMAP16XX || ARCH_OMAP730 || ARCH_DAVINCI_DA8XX + depends on ARCH_OMAP15XX || ARCH_OMAP16XX || ARCH_OMAP730 || ARCH_DAVINCI_DA8XX || SOC_AM33XX help - Say "yes" here to support the real time clock on TI OMAP1 and - DA8xx/OMAP-L13x chips. This driver can also be built as a - module called rtc-omap. + Say "yes" here to support the on chip real time clock + present on TI OMAP1, AM33xx and DA8xx/OMAP-L13x. + + This driver can also be built as a module, if so, module + will be called rtc-omap. config HAVE_S3C_RTC bool