From patchwork Mon Nov 2 12:56:46 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Daniel Lezcano X-Patchwork-Id: 55886 Delivered-To: patch@linaro.org Received: by 10.112.61.134 with SMTP id p6csp1254884lbr; Mon, 2 Nov 2015 05:01:30 -0800 (PST) X-Received: by 10.66.158.74 with SMTP id ws10mr27034501pab.121.1446469289931; Mon, 02 Nov 2015 05:01:29 -0800 (PST) Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id di2si34857856pbd.158.2015.11.02.05.01.29; Mon, 02 Nov 2015 05:01:29 -0800 (PST) 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 S1754111AbbKBNB2 (ORCPT + 28 others); Mon, 2 Nov 2015 08:01:28 -0500 Received: from mail-wi0-f182.google.com ([209.85.212.182]:38782 "EHLO mail-wi0-f182.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753522AbbKBM56 (ORCPT ); Mon, 2 Nov 2015 07:57:58 -0500 Received: by wicll6 with SMTP id ll6so49331046wic.1 for ; Mon, 02 Nov 2015 04:57:57 -0800 (PST) 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=mK3vCLwvPwR1RrDVbG8nnA+wSlDpAuugTkVLfR9sMXE=; b=ENL8bIX2UBgXfHLQIoVnBf47DQM9JvVX7gPdCCpVxxv7XX6bCiQtdREUSrIl1j0Zg4 kzuQIRMcogllEphzd3qr2XkMVLMl7ahKp1Ga7iAM6RCowivW4Rh7DFz8R5DmJaRFbgzB nPqoPKq3aXIFP8yNu2tyJW2qk2LFp4MaYR5ssh/kMrcxI3ACB8ed6zNbrjfQITJCRFkS 26AQ8JQFW6X7TiPzCy/JtdfRdmA+GCGQ2KT0L41bwZMjyoBaN8YtUgVbikwf/2OXi6nX VfkWwPwL4Yl/KJcJ/mgbvHFb0ViPBYlmv0a3I6HLMC8Oi7QkisE6AvZFNAJWNsezLMCB l0Kg== 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=mK3vCLwvPwR1RrDVbG8nnA+wSlDpAuugTkVLfR9sMXE=; b=I6TjgG77hkb6VXgRUb4Hw5Hh+ov8LOdw/GPFGjgG6+aSe1ZKAYtXvXQD/A13CdoZCb kGnv98m42RGNNlTfa7N3UXXQjo6GSHrprwQSDeoG+amxeGv3rHT88jvlaLswg1VzxmaF 2nj2jG8UzYfrXjKFKQSdJVmXYHBlaHmJ0QY1e36ejycP0DtWOM3bgrzUyCtVTdAkIMCQ Soe9HtDXQwYIB7slWZgJ+d7+PiLk+rLWUoSa0REhTgq7muQzOXcgYaURZqH12NV00ahA s/5c9aVS6D/DpVy+Wxt7OzOT3w7ma5ut3ofPHNtZcfrURe/66oefNs5E+1ehgWwIoIZL UZEA== X-Gm-Message-State: ALoCoQk2Fbv6oKMpzmAFGsq978+L/LgLR1CoMXt9RLxikx8rXbB58kqUlYfZVMem786atUDbCO98 X-Received: by 10.194.179.165 with SMTP id dh5mr27725492wjc.134.1446469077537; Mon, 02 Nov 2015 04:57:57 -0800 (PST) Received: from localhost.localdomain ([78.210.255.2]) by smtp.gmail.com with ESMTPSA id it4sm22263633wjb.0.2015.11.02.04.57.56 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 02 Nov 2015 04:57:57 -0800 (PST) From: Daniel Lezcano To: tglx@linutronix.de Cc: john.stultz@linaro.org, linux-kernel@vger.kernel.org, arnd@arndb.de Subject: [PATCH 18/22] clocksource/drivers/nomadik_mtu: Add the COMPILE_TEST option Date: Mon, 2 Nov 2015 13:56:46 +0100 Message-Id: <1446469011-22710-18-git-send-email-daniel.lezcano@linaro.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1446469011-22710-1-git-send-email-daniel.lezcano@linaro.org> References: <1446469011-22710-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. Due to the non portable code for the delay timer, this option is only available for the ARM architecture. Signed-off-by: Daniel Lezcano --- drivers/clocksource/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -- 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 31ba1c2..17674b4 100644 --- a/drivers/clocksource/Kconfig +++ b/drivers/clocksource/Kconfig @@ -99,8 +99,8 @@ config ASM9260_TIMER Enables support for the ASM9260 timer. config CLKSRC_NOMADIK_MTU - bool - depends on (ARCH_NOMADIK || ARCH_U8500) + bool "Nomakdik clocksource driver" if COMPILE_TEST + depends on ARM select CLKSRC_MMIO help Support for Multi Timer Unit. MTU provides access