From patchwork Thu Jun 2 21:41:35 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Daniel Lezcano X-Patchwork-Id: 69202 Delivered-To: patch@linaro.org Received: by 10.140.106.246 with SMTP id e109csp326979qgf; Thu, 2 Jun 2016 14:42:27 -0700 (PDT) X-Received: by 10.98.29.196 with SMTP id d187mr673180pfd.142.1464903747167; Thu, 02 Jun 2016 14:42:27 -0700 (PDT) Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id sj6si959322pac.205.2016.06.02.14.42.26; Thu, 02 Jun 2016 14:42:27 -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 S933103AbcFBVmL (ORCPT + 31 others); Thu, 2 Jun 2016 17:42:11 -0400 Received: from mail-wm0-f48.google.com ([74.125.82.48]:32771 "EHLO mail-wm0-f48.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933017AbcFBVmJ (ORCPT ); Thu, 2 Jun 2016 17:42:09 -0400 Received: by mail-wm0-f48.google.com with SMTP id s131so6383960wme.0 for ; Thu, 02 Jun 2016 14:42:08 -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=o7i3X3qvYtX39/NaAN7RlGdPWQmNj21bhWPcoC8Q2a0=; b=hFYKZXsf2Agtnn83cAVyNZQ+CyuvIiybjr1+mdKy/rTtthQdPjibBjdTDTSU8fMJnS vz7ifCo/6C836vqlBwX23UydNgkCRz6s4wlgJUu9K/zb4T2ymtk8kRU5KSJ9AQwOQnwG nPBDnhHAMwdNXLO/V6ryWKDxI+/Agu9zGg//g= 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=o7i3X3qvYtX39/NaAN7RlGdPWQmNj21bhWPcoC8Q2a0=; b=m7yQwotPk+aQh0cl2qHVqdH1eQsUQImzd24q60Q2gRyz6V37OcM9fcUmvE1e/Dbv72 i/B2E+miWsxmG9iq3K9OGU9Rc8zAIrkxRtVINDXR/09htvWrHUmM/aeekrrLbv0YC5RI gwjLfYqGiqY//wZt/HluXO4rtupeZXmQYZwhVu157CU94C0XqoT6WOnYquGUvdvvEBVG VNB9ldZ7XE1D4ExQDsLI7bx+i2OtrpIgDgvCzch8BOiTpHQ7kpWEKof0qyq/Qg9jiABh 4c+k+X3YANj8NpzUNC7f/hqfU7HGcgrAWgABNd3eqgRakJS8Iq0ENFB0UzYNc5+3b+Mw reHg== X-Gm-Message-State: ALyK8tJVDG+sZlFi9lhWsmWC5WEr5aQErmmiI3mS7h0uHz+l7HjtYRCVYWsgCezeLMN/TJpX X-Received: by 10.28.19.210 with SMTP id 201mr716308wmt.49.1464903727567; Thu, 02 Jun 2016 14:42:07 -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 c62sm3173705wmd.1.2016.06.02.14.42.06 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 02 Jun 2016 14:42:07 -0700 (PDT) From: Daniel Lezcano To: daniel.lezcano@linaro.org, tglx@linutronix.de Cc: linux-kernel@vger.kernel.org Subject: [PATCH 4/6] clocksource/drivers/armv7m_systick: Add the COMPILE_TEST option Date: Thu, 2 Jun 2016 23:41:35 +0200 Message-Id: <1464903697-3802-4-git-send-email-daniel.lezcano@linaro.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1464903697-3802-1-git-send-email-daniel.lezcano@linaro.org> References: <1464903697-3802-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 In order to increase the compilation test coverage, add the COMPILE_TEST so the driver can be compiled even if it does not belong to the platform or the architecture. Signed-off-by: Daniel Lezcano --- drivers/clocksource/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 1.9.1 diff --git a/drivers/clocksource/Kconfig b/drivers/clocksource/Kconfig index 34053ab..a1e0cf9 100644 --- a/drivers/clocksource/Kconfig +++ b/drivers/clocksource/Kconfig @@ -240,7 +240,7 @@ config CLKSRC_ARM_GLOBAL_TIMER_SCHED_CLOCK Use ARM global timer clock source as sched_clock config ARMV7M_SYSTICK - bool + bool "Support for the ARMv7M system time" if COMPILE_TEST select CLKSRC_OF if OF select CLKSRC_MMIO help