From patchwork Sat Feb 25 19:55:06 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mathieu Poirier X-Patchwork-Id: 6934 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 DB25723EB0 for ; Sat, 25 Feb 2012 19:55:20 +0000 (UTC) Received: from mail-tul01m020-f180.google.com (mail-tul01m020-f180.google.com [209.85.214.180]) by fiordland.canonical.com (Postfix) with ESMTP id 9FBD4A183AD for ; Sat, 25 Feb 2012 19:55:20 +0000 (UTC) Received: by obbwd18 with SMTP id wd18so155493obb.11 for ; Sat, 25 Feb 2012 11:55:20 -0800 (PST) Received: from mr.google.com ([10.50.203.33]) by 10.50.203.33 with SMTP id kn1mr3849621igc.1.1330199720005 (num_hops = 1); Sat, 25 Feb 2012 11:55:20 -0800 (PST) Received: by 10.50.203.33 with SMTP id kn1mr3130313igc.1.1330199719952; Sat, 25 Feb 2012 11:55:19 -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.11.10 with SMTP id r10csp37238ibr; Sat, 25 Feb 2012 11:55:19 -0800 (PST) Received: by 10.68.73.225 with SMTP id o1mr18867226pbv.77.1330199719156; Sat, 25 Feb 2012 11:55:19 -0800 (PST) Received: from mail-pz0-f50.google.com (mail-pz0-f50.google.com [209.85.210.50]) by mx.google.com with ESMTPS id t9si11077893pbi.103.2012.02.25.11.55.19 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 25 Feb 2012 11:55:19 -0800 (PST) Received-SPF: neutral (google.com: 209.85.210.50 is neither permitted nor denied by best guess record for domain of mathieu.poirier@linaro.org) client-ip=209.85.210.50; Authentication-Results: mx.google.com; spf=neutral (google.com: 209.85.210.50 is neither permitted nor denied by best guess record for domain of mathieu.poirier@linaro.org) smtp.mail=mathieu.poirier@linaro.org Received: by mail-pz0-f50.google.com with SMTP id d2so4078542dal.37 for ; Sat, 25 Feb 2012 11:55:19 -0800 (PST) Received-SPF: pass (google.com: domain of mathieu.poirier@linaro.org designates 10.68.240.135 as permitted sender) client-ip=10.68.240.135; Received: from mr.google.com ([10.68.240.135]) by 10.68.240.135 with SMTP id wa7mr22739429pbc.7.1330199718996 (num_hops = 1); Sat, 25 Feb 2012 11:55:18 -0800 (PST) MIME-Version: 1.0 Received: by 10.68.240.135 with SMTP id wa7mr19040726pbc.7.1330199718948; Sat, 25 Feb 2012 11:55:18 -0800 (PST) Received: from localhost.localdomain (S0106002369de4dac.cg.shawcable.net. [70.73.24.112]) by mx.google.com with ESMTPS id q1sm7909864pbv.49.2012.02.25.11.55.17 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 25 Feb 2012 11:55:18 -0800 (PST) From: mathieu.poirier@linaro.org To: linus.walleij@linaro.org Cc: linux-arm-kernel@lists.infradead.org, arnd@arndb.de, patches@linaro.org Subject: [PATCH 5/6] ARM: ux500: select CPU_FREQ_TABLE where needed Date: Sat, 25 Feb 2012 12:55:06 -0700 Message-Id: <1330199707-5179-5-git-send-email-mathieu.poirier@linaro.org> X-Mailer: git-send-email 1.7.5.4 In-Reply-To: <1330199707-5179-1-git-send-email-mathieu.poirier@linaro.org> References: <1330199707-5179-1-git-send-email-mathieu.poirier@linaro.org> X-Gm-Message-State: ALoCoQlfZD5InxKD+LRjcDxqh0EKEpfCzzzSIXasOfrNjenmNBv4jzKwejIUqpNbXrHfnaUNw4+c From: Arnd Bergmann The ux500 platform requires CPU_FREQ_TABLE support to be enabled for its CPU_FREQ implementations, so automatically select that when CPU_FREQ is enabled. Signed-off-by: Arnd Bergmann Signed-off-by: Mathieu Poirier --- arch/arm/mach-ux500/Kconfig | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-ux500/Kconfig b/arch/arm/mach-ux500/Kconfig index 7ee7013..c7d1fb5 100644 --- a/arch/arm/mach-ux500/Kconfig +++ b/arch/arm/mach-ux500/Kconfig @@ -20,6 +20,7 @@ config UX500_SOC_DB8500 select MFD_DB8500_PRCMU select REGULATOR_DB8500_PRCMU select MFD_SUPPORT + select CPU_FREQ_TABLE if CPU_FREQ menu "Ux500 target platform (boards)"