From patchwork Tue Jun 28 10:51:47 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Daniel Lezcano X-Patchwork-Id: 71057 Delivered-To: patch@linaro.org Received: by 10.140.28.4 with SMTP id 4csp1516824qgy; Tue, 28 Jun 2016 03:54:29 -0700 (PDT) X-Received: by 10.98.6.132 with SMTP id 126mr606506pfg.109.1467111269332; Tue, 28 Jun 2016 03:54:29 -0700 (PDT) Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id q125si6544720pfq.96.2016.06.28.03.54.29; Tue, 28 Jun 2016 03:54:29 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; dkim=pass header.i=@linaro.org; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE dis=NONE) header.from=linaro.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932356AbcF1Ky0 (ORCPT + 30 others); Tue, 28 Jun 2016 06:54:26 -0400 Received: from mail-wm0-f41.google.com ([74.125.82.41]:35583 "EHLO mail-wm0-f41.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752875AbcF1KxO (ORCPT ); Tue, 28 Jun 2016 06:53:14 -0400 Received: by mail-wm0-f41.google.com with SMTP id v199so134262285wmv.0 for ; Tue, 28 Jun 2016 03:52:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=rlpOt44z0DYXcJYhGEDeTPEpcJBoZvlUj78DB0Tckq4=; b=kBAv8qLxZdvjY6sfBohU7mNxpkvF3wo4AQfSbfx2J2xfIU9kwMAPUr2F7vfMu2SRgb T6W2/3QVgjoQeKImusQI8taDBuE3rcQi+Vw6PTT+meeTcem6KnQLTlr+J0ONu1q5Ty9v Yh0VpnL39K3Qnxi0WdSeJtgRnEz2Gu5evYlnA= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=rlpOt44z0DYXcJYhGEDeTPEpcJBoZvlUj78DB0Tckq4=; b=Bql6CodYe8QT63Bd6st1oFyz8sBvcku+gUcIW6mXIeZWwFo0jwdjTvB2flOmJzj67a JjSZXtJA1S+tchgqmmKq1QsQNB2vslswVSzTNcUf46tcOXJRTQfvTy0+jzND8dY/26E3 laBTlpfTXrKBd2w1hhVxDiOgmGJvDUs3qwbrtyy5BhW8CSlxpKkOAXPTFlqJxSg6/yCu hBDXM4qBbGKa++Vj7T6m+l+OAOq/mpt1qPXKMobuZNWPDrjrnVAFt5//Lqd2b9HwYBCj 2thcFdKjkdMqcAYO71HbBJZQ0iVq3BjVQW407CIJ+EfwXIn5n0hxFp6OUqwGDzdNI092 674g== X-Gm-Message-State: ALyK8tId7ut9G/WIBiSDnYXaI/NU0Bra3u6xWaFyz2FPKGZGdm6YC4PjJfcujk94hH3T2jbk X-Received: by 10.194.95.74 with SMTP id di10mr2447422wjb.52.1467111172355; Tue, 28 Jun 2016 03:52:52 -0700 (PDT) Received: from localhost.localdomain (sju31-1-78-210-255-2.fbx.proxad.net. [78.210.255.2]) by smtp.gmail.com with ESMTPSA id x194sm1577615wmf.13.2016.06.28.03.52.51 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 28 Jun 2016 03:52:51 -0700 (PDT) From: Daniel Lezcano To: daniel.lezcano@linaro.org, tglx@linutronix.de Cc: linux-kernel@vger.kernel.org Subject: [PATCH 89/92] clocksource/drivers/arm_global_timer: Add the COMPILE_TEST option Date: Tue, 28 Jun 2016 12:51:47 +0200 Message-Id: <1467111111-12587-14-git-send-email-daniel.lezcano@linaro.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1467111111-12587-1-git-send-email-daniel.lezcano@linaro.org> References: <577251A4.7030508@linaro.org> <1467111111-12587-1-git-send-email-daniel.lezcano@linaro.org> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Change the Kconfig option logic to fullfil with the current approach, allowing the user to compile the driver on different platforms. Signed-off-by: Daniel Lezcano --- drivers/clocksource/Kconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) -- 1.9.1 diff --git a/drivers/clocksource/Kconfig b/drivers/clocksource/Kconfig index 8055b37..1711079 100644 --- a/drivers/clocksource/Kconfig +++ b/drivers/clocksource/Kconfig @@ -304,8 +304,9 @@ config ARM_ARCH_TIMER_EVTSTREAM hardware anomalies of missing events. config ARM_GLOBAL_TIMER - bool + bool "Support for the ARM global timer" if COMPILE_TEST select CLKSRC_OF if OF + depends on ARM help This options enables support for the ARM global timer unit