From patchwork Mon Sep 24 13:58:11 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ulf Hansson X-Patchwork-Id: 11670 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 881D623E57 for ; Mon, 24 Sep 2012 13:58:53 +0000 (UTC) Received: from mail-ie0-f180.google.com (mail-ie0-f180.google.com [209.85.223.180]) by fiordland.canonical.com (Postfix) with ESMTP id 2E0A0A18EA7 for ; Mon, 24 Sep 2012 13:58:53 +0000 (UTC) Received: by ieje10 with SMTP id e10so9975106iej.11 for ; Mon, 24 Sep 2012 06:58:52 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-forwarded-to:x-forwarded-for:delivered-to:received-spf:from:to:cc :subject:date:message-id:x-mailer:mime-version:content-type :x-gm-message-state; bh=/b9PDamGoY2/haFTKrUC1/q97h+0Tk3P5I9BQP0dzZY=; b=a9O1SZIFmbY6WGp301II6cZ9x7IAsxvskAJVwWdw3h0QOX5K8vQD+r3TnBw9UsO+M2 TRFNCXJeUSWV+CiTc2W91aPHIp4a9hqm65MzefyJXWL3hHhDId4srVQ2yiRpm42DFH4y FApgGktOUsFYfN/Z4N/dvXd2e/DYsbeUdRjTo+9t2vyt/HoaD8pOYlHEvy35PPxvBU0H b/T1nUEUQfJ1T12nj5TYVtkq4nJTZkjDRfwXkt5QL5fgT7GK3TTLZSbIzI17bqgSgGcY RBwPwYYzkh3WH06A0AjoYxmbA8UazQ9VNJ49oT76btXK62x4tEljCC9wC2jXi//p2Yq8 sPzA== Received: by 10.42.109.194 with SMTP id m2mr9461887icp.48.1348495132368; Mon, 24 Sep 2012 06:58: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.50.184.232 with SMTP id ex8csp244628igc; Mon, 24 Sep 2012 06:58:51 -0700 (PDT) Received: by 10.14.4.201 with SMTP id 49mr14961092eej.0.1348495130909; Mon, 24 Sep 2012 06:58:50 -0700 (PDT) Received: from eu1sys200aog115.obsmtp.com (eu1sys200aog115.obsmtp.com [207.126.144.139]) by mx.google.com with SMTP id e9si11265757eep.82.2012.09.24.06.58.37 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 24 Sep 2012 06:58:50 -0700 (PDT) Received-SPF: neutral (google.com: 207.126.144.139 is neither permitted nor denied by best guess record for domain of ulf.hansson@stericsson.com) client-ip=207.126.144.139; Authentication-Results: mx.google.com; spf=neutral (google.com: 207.126.144.139 is neither permitted nor denied by best guess record for domain of ulf.hansson@stericsson.com) smtp.mail=ulf.hansson@stericsson.com Received: from beta.dmz-ap.st.com ([138.198.100.35]) (using TLSv1) by eu1sys200aob115.postini.com ([207.126.147.11]) with SMTP ID DSNKUGBnDEi22wUqfXivPDyfUcCPo6wA92bX@postini.com; Mon, 24 Sep 2012 13:58:50 UTC Received: from zeta.dmz-ap.st.com (ns6.st.com [138.198.234.13]) by beta.dmz-ap.st.com (STMicroelectronics) with ESMTP id 41A60B0; Mon, 24 Sep 2012 13:50:17 +0000 (GMT) Received: from relay1.stm.gmessaging.net (unknown [10.230.100.17]) by zeta.dmz-ap.st.com (STMicroelectronics) with ESMTP id B202B84C; Mon, 24 Sep 2012 13:58:31 +0000 (GMT) Received: from exdcvycastm022.EQ1STM.local (alteon-source-exch [10.230.100.61]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (Client CN "exdcvycastm022", Issuer "exdcvycastm022" (not verified)) by relay1.stm.gmessaging.net (Postfix) with ESMTPS id 8E03224C30D; Mon, 24 Sep 2012 15:58:18 +0200 (CEST) Received: from steludxu1397.lud.stericsson.com (10.230.100.153) by smtp.stericsson.com (10.230.100.30) with Microsoft SMTP Server (TLS) id 8.3.83.0; Mon, 24 Sep 2012 15:58:25 +0200 From: Ulf Hansson To: Alessandro Zummo , Cc: Lee Jones , Linus Walleij , , Ulf Hansson Subject: [PATCH] rtc: kconfig: Fixup dependency for ab8500 Date: Mon, 24 Sep 2012 15:58:11 +0200 Message-ID: <1348495091-23564-1-git-send-email-ulf.hansson@stericsson.com> X-Mailer: git-send-email 1.7.10 MIME-Version: 1.0 X-Gm-Message-State: ALoCoQlosFE/OPTFLsdrddusJ7tWIpGbgFq9HZzXBc97Ay1KFNmS/P63kh3KuIPe51enjlDNXxNx From: Ulf Hansson Signed-off-by: Ulf Hansson --- drivers/rtc/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig index 9476456..e069f17 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig @@ -738,6 +738,7 @@ config RTC_DRV_AB3100 config RTC_DRV_AB8500 tristate "ST-Ericsson AB8500 RTC" depends on AB8500_CORE + select RTC_INTF_DEV select RTC_INTF_DEV_UIE_EMUL help Select this to enable the ST-Ericsson AB8500 power management IC RTC