From patchwork Fri Dec 18 14:17:41 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Daniel Lezcano X-Patchwork-Id: 58717 Delivered-To: patch@linaro.org Received: by 10.112.89.199 with SMTP id bq7csp1065482lbb; Fri, 18 Dec 2015 06:35:29 -0800 (PST) X-Received: by 10.98.68.20 with SMTP id r20mr5747893pfa.108.1450449328966; Fri, 18 Dec 2015 06:35:28 -0800 (PST) Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id 90si20327374pfo.250.2015.12.18.06.35.28; Fri, 18 Dec 2015 06:35:28 -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 S933126AbbLROfY (ORCPT + 29 others); Fri, 18 Dec 2015 09:35:24 -0500 Received: from mail-wm0-f50.google.com ([74.125.82.50]:36890 "EHLO mail-wm0-f50.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933027AbbLROTG (ORCPT ); Fri, 18 Dec 2015 09:19:06 -0500 Received: by mail-wm0-f50.google.com with SMTP id p187so66488945wmp.0 for ; Fri, 18 Dec 2015 06:19:05 -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=InD8EVgNj4HqOynJo/X+OKK91r6eT/ZEdoxMXhvSrzM=; b=TLw9v66cUQ0jruG2PPbHGU68vRwyzenBoxpoNA1KLmhJkyW/BmdmutJVZMebe57N/5 eZ4EJeRSFoBujsIZyNMNfIeHsT34Q+CE9qjABw/RrmMTYU4M/J5YKtMtFSPKiYugE+4m rkpiipkPLGoRSjbUfQshPrSIUAfsAIObDI61I= 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=InD8EVgNj4HqOynJo/X+OKK91r6eT/ZEdoxMXhvSrzM=; b=l7WbiqNkF8z0gpP8jUbwNopPzFzWxPCZrvtkJbaHQimmBijDP8wJvZgDM3sTUzAmpW gr9LirXsxcJh53+BKLZlW/zjSJGpBnmbMwdqMS8J/+vZ7P6MxHY9ROWRTKhR5iyGjH5U B/7gkwAr7Pd/qjjySjBK+VDu7cfzFmsuBCBEEZnW1U5EWx+ID35H9o2LMUpn0Z+p9NoJ RjEN+Ce8IGJGOswbA1WYPq3z+ZdKj+p+ju0TEZCcwj0XduEyj7Lh4q1Ss9TCtfkOiiGg Zd+wQdpxYh/BsSi5w6dJ8kgfNuoIQhEIm2VDViyX6drBINc14pwBf1y58xaMBhhheLEN WsXw== X-Gm-Message-State: ALoCoQkXNpT4DTmzO/+sV9NEVEooNdt83ZXpJ08iBu6ED8k8dzIYhZ1Oxjt/ORFks7Ffwn8Gvd6q0yqet4XwbUBgt7SJwFBtxg== X-Received: by 10.194.115.67 with SMTP id jm3mr4365936wjb.9.1450448344911; Fri, 18 Dec 2015 06:19:04 -0800 (PST) Received: from localhost.localdomain ([78.210.255.2]) by smtp.gmail.com with ESMTPSA id ql10sm15010027wjc.23.2015.12.18.06.19.03 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 18 Dec 2015 06:19:04 -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 28/69] clocksource/drivers/asm9260: Add the COMPILE_TEST option Date: Fri, 18 Dec 2015 15:17:41 +0100 Message-Id: <1450448302-27429-28-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. Signed-off-by: Daniel Lezcano --- drivers/clocksource/Kconfig | 4 +++- 1 file changed, 3 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 badef72..a658190 100644 --- a/drivers/clocksource/Kconfig +++ b/drivers/clocksource/Kconfig @@ -101,9 +101,11 @@ config CADENCE_TTC_TIMER Enables support for the cadence ttc driver. config ASM9260_TIMER - bool + bool "ASM9260 timer driver" if COMPILE_TEST select CLKSRC_MMIO select CLKSRC_OF + help + Enables support for the ASM9260 timer. config CLKSRC_NOMADIK_MTU bool