From patchwork Thu Oct 29 22:52:43 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Daniel Lezcano X-Patchwork-Id: 55806 Delivered-To: patch@linaro.org Received: by 10.112.61.134 with SMTP id p6csp833998lbr; Thu, 29 Oct 2015 15:54:43 -0700 (PDT) X-Received: by 10.66.102.38 with SMTP id fl6mr4823043pab.49.1446159283858; Thu, 29 Oct 2015 15:54:43 -0700 (PDT) Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id ms6si5715201pbb.247.2015.10.29.15.54.43; Thu, 29 Oct 2015 15:54:43 -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; 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; dkim=neutral (body hash did not verify) header.i=@linaro_org.20150623.gappssmtp.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758207AbbJ2Wyl (ORCPT + 28 others); Thu, 29 Oct 2015 18:54:41 -0400 Received: from mail-wm0-f54.google.com ([74.125.82.54]:37228 "EHLO mail-wm0-f54.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1030329AbbJ2Wx3 (ORCPT ); Thu, 29 Oct 2015 18:53:29 -0400 Received: by wmff134 with SMTP id f134so34569168wmf.0 for ; Thu, 29 Oct 2015 15:53:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro_org.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=idQq7cAlNek6i4KuFWLyqKEqGzoVMIkig5yDa9C6aVU=; b=sPVlRZ2dMiz7OCGHaAKn0YcnSiWz0Ix0ZE6XsoBRHnsmtWQmzQcaON5LF5K5ha8K6X dxj/COobY/F9XZxdw8rtB0L0W6RetP1oGFnsp35z+XNR2WMh5ZqEA5qdxDXWP1bM8oDB tnXTSEL66QJQO4XP3YU9bHPQY4rHk95EYbksfth/T5sx+xp9uNnO6OkJVXTUPqlO0K6X knBbtA9Coe/go0Oghgi5ItbWORJLuNpvJAULm9nPVhCYThswHIcRweNwyKOaW5kHs4Fw GcGEWBq6k3Q23ieSXI0TOocLkLmr/sGnB2SkOLHZwyS8GN/1rQmqerSDw1d20eNTlYG1 Ljcg== 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=idQq7cAlNek6i4KuFWLyqKEqGzoVMIkig5yDa9C6aVU=; b=TH+obnIZaELH6AZb3zdrCdkD596OepxxfAGwV1PJSWVHUuVVWtnL+VLaVPdxhEfs4u HNLtav8yD9cpAlQVrLm7MFxiX89/Q1eOtu3zlGXVOiajl/+8fJFo+Ro/p0TOEgP+yioB o7fOypgqe6H3CuHQiTpjMO5WT2CQSU6+T6ICN4lJ0bnfIRKILAqEIkDTfOyMwuUAsN70 AOsKmESFf6LBiDuTuUQ3G4uTHRnIO08VjRsJWCw8kDswetX/zAx5qUZbGgCqJwFcJ8Pi tzWO24JxXy0Wh7aXiK/tQ5TqWA4SIAhkcUJcbG1uuFS4g+Gzrto5yw3C6ypvuPqzOPN4 osGA== X-Gm-Message-State: ALoCoQlIgYjV/3LJXgbDk8GcKDkZWcShY9An1GVW0HX48KkbpUfpQmu9Gz988zCcK2T3s+w5LQsf X-Received: by 10.28.215.203 with SMTP id o194mr10262235wmg.54.1446159208659; Thu, 29 Oct 2015 15:53:28 -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 jh4sm4005701wjb.33.2015.10.29.15.53.27 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 29 Oct 2015 15:53:28 -0700 (PDT) From: Daniel Lezcano To: tglx@linutronix.de Cc: john.stultz@linaro.org, linux-kernel@vger.kernel.org Subject: [PATCH 7/7] clocksource/drivers/tango: Add COMPILE_TEST option Date: Thu, 29 Oct 2015 23:52:43 +0100 Message-Id: <1446159166-20384-7-git-send-email-daniel.lezcano@linaro.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1446159166-20384-1-git-send-email-daniel.lezcano@linaro.org> References: <1446159166-20384-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 Increase the compilation test coverage by adding the COMPILE_TEST option. Signed-off-by: Daniel Lezcano --- drivers/clocksource/Kconfig | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ diff --git a/drivers/clocksource/Kconfig b/drivers/clocksource/Kconfig index b92f39d5..4ed76e1 100644 --- a/drivers/clocksource/Kconfig +++ b/drivers/clocksource/Kconfig @@ -285,8 +285,11 @@ config CLKSRC_MIPS_GIC select CLKSRC_OF config CLKSRC_TANGO_XTAL - bool + bool "Clocksource for Tango SoC" if COMPILE_TEST + depends on ARM select CLKSRC_OF + help + This enables the clocksource for Tango SoC config CLKSRC_PXA bool "Clocksource for PXA or SA-11x0 platform" if COMPILE_TEST