From patchwork Fri Dec 18 14:17: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: 58716 Delivered-To: patch@linaro.org Received: by 10.112.89.199 with SMTP id bq7csp1065086lbb; Fri, 18 Dec 2015 06:34:44 -0800 (PST) X-Received: by 10.66.233.163 with SMTP id tx3mr5581236pac.77.1450449284558; Fri, 18 Dec 2015 06:34:44 -0800 (PST) Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id rl12si24315187pab.225.2015.12.18.06.34.44; Fri, 18 Dec 2015 06:34:44 -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 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S964937AbbLROek (ORCPT + 29 others); Fri, 18 Dec 2015 09:34:40 -0500 Received: from mail-wm0-f46.google.com ([74.125.82.46]:36934 "EHLO mail-wm0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933038AbbLROTI (ORCPT ); Fri, 18 Dec 2015 09:19:08 -0500 Received: by mail-wm0-f46.google.com with SMTP id p187so66490312wmp.0 for ; Fri, 18 Dec 2015 06:19:07 -0800 (PST) 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=ZGyIZvQdcaxcPamt/dp+xMJ6r587znhcrWxodox6xrk=; b=LzwnFSLXRdHC3V14jLwNEuBlPfXG6lUuNh4yfJPyMMMLGKtj/kx4adyg7iu6Nu0xAf 1me38Tijbl0vd1ZwDIpOeZkZKjIeptWCph0zjYzXFGsOoi2GjF23LGBoDTxGb9AvuMC8 LPS4vjcrgcgGVGxKXuVinuHsokiUu9yQkyic0= 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=ZGyIZvQdcaxcPamt/dp+xMJ6r587znhcrWxodox6xrk=; b=TwUUqfH+SyyeS2zrydQSSIcrijQSZPJJkmD5AnyS9ztacEnoJykB3e97+PuJMy4IMu vp7N3FqZfrfIZEzpRu6u0M2JECm6xyWKS2XaZ3wZF1dZWgUe2U2kUtsctml6qOKenh3p 6WlluO2oXY0phfamPU6p5+OUrhefspjawCkvsY7cVAhF+Hv4B36WXFxHOAmlpy6faE0/ KUJvlSUjk0smy/sNibIIPMNddbGCX7vWYAw1WyHSxXRuBntKzD4IiuJY43C0SfvRncAq Gg4EOmq/HztTpk40m78wXKd7FtFtptNYYrog2XWVMemLJbH2vdyiTOxFwthwQTYpknkp GRaw== X-Gm-Message-State: ALoCoQlwAAqGUcYYKrSHDMpN4T+3G8E1Usf7URVHWm8fVJIwEJsRBkYX9X0I4+vZxqHfHwDmV4XCbZh+r42EQ+Iwtf9aagR1vw== X-Received: by 10.194.57.73 with SMTP id g9mr4310507wjq.107.1450448347289; Fri, 18 Dec 2015 06:19:07 -0800 (PST) Received: from localhost.localdomain ([78.210.255.2]) by smtp.gmail.com with ESMTPSA id ql10sm15010027wjc.23.2015.12.18.06.19.06 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 18 Dec 2015 06:19:06 -0800 (PST) From: Daniel Lezcano To: tglx@linutronix.de Cc: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, mingo@kernel.org Subject: [PATCH 30/69] clocksource/drivers/nomadik_mtu: Add the COMPILE_TEST option Date: Fri, 18 Dec 2015 15:17:43 +0100 Message-Id: <1450448302-27429-30-git-send-email-daniel.lezcano@linaro.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1450448302-27429-1-git-send-email-daniel.lezcano@linaro.org> References: <5672CB9E.7090707@linaro.org> <1450448302-27429-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 ed7a824..847b3b1 100644 --- a/drivers/clocksource/Kconfig +++ b/drivers/clocksource/Kconfig @@ -108,8 +108,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