From patchwork Mon Nov 2 12:56:29 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Daniel Lezcano X-Patchwork-Id: 55873 Delivered-To: patch@linaro.org Received: by 10.112.61.134 with SMTP id p6csp1253087lbr; Mon, 2 Nov 2015 04:57:41 -0800 (PST) X-Received: by 10.68.189.3 with SMTP id ge3mr26880500pbc.30.1446469061012; Mon, 02 Nov 2015 04:57:41 -0800 (PST) Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id cv1si34817753pbb.202.2015.11.02.04.57.40; Mon, 02 Nov 2015 04:57:40 -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 S1753468AbbKBM5j (ORCPT + 28 others); Mon, 2 Nov 2015 07:57:39 -0500 Received: from mail-wm0-f43.google.com ([74.125.82.43]:37755 "EHLO mail-wm0-f43.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751633AbbKBM5h (ORCPT ); Mon, 2 Nov 2015 07:57:37 -0500 Received: by wmff134 with SMTP id f134so59725933wmf.0 for ; Mon, 02 Nov 2015 04:57:36 -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; bh=qtk5AVCPy1w9ZgQ5EFGyuNQtBiI6H/9zW5hSj+FD1hk=; b=yoMGEFIBQuiXs9dgTMjC83LJuipSncuCqnnQNsktmwIlYVvyVTNsYZfjLS5ZiISnFt DjNVOpK1CtJIsiS1IsGYLXouFgZ4WEHEB2k1l6b1Gk7vFxbR24/RwIcMF6odtAJM7AMd ojY3wuDRY68lGOwV7kt8658OFxna8JnDuxkBKZJYcsyX23W5BZSPzZXfZlAtq7MSWr1b ECl/CritD2aupxrddVnp/eZBY+QvHGAeLMj5wfHG41MA5IFzFd1Xu/LvppN+nfiFKH0y tYjU0KZnOcHCMBEvGOsdh5uZpM3pojBIrFl36nLPz45i+K0WST2xY8bgr6orwh9VnnW1 bKeQ== 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; bh=qtk5AVCPy1w9ZgQ5EFGyuNQtBiI6H/9zW5hSj+FD1hk=; b=cG9tM/StXDLE22ttF7QHamLCI164l6Wvg/+F53JzcwdJ2ro22Qt7O4940+9R0WWj/l UyHlPhTCl/dCMcy275XiKc8vNp2Vn75c8k5vhlUvfFwIZ/cAQt1s/HCAcB/Ezzp0CZqH Nd3urUA9Y/BWRoX+9rNYI6CLviZXK9hWff7G3vrufIN5ys+wMs/5PHaOMGon/21xY+aa s7F1+hdXNSM+gJE+AN2as1FP6RZVQp0aN1dIVnRceFSww+6/Y58f4BzrHjx27gzozD/G FN8vrGDYFKIVKgyYFaILGI4Ot5rFEA07dn0FtDsyqDdvgIEjcn8jzOAtdJ7wrIAtGnqn jP4g== X-Gm-Message-State: ALoCoQlfWIIsJC176KurQ5xxQJWPLn1w+Hq/Fb0OXb8Gif99jTiHgCPEPo1E1wxM3LcfUT/JnKKI X-Received: by 10.28.170.65 with SMTP id t62mr14528372wme.1.1446469056402; Mon, 02 Nov 2015 04:57:36 -0800 (PST) Received: from localhost.localdomain ([78.210.255.2]) by smtp.gmail.com with ESMTPSA id it4sm22263633wjb.0.2015.11.02.04.57.35 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 02 Nov 2015 04:57:35 -0800 (PST) From: Daniel Lezcano To: tglx@linutronix.de Cc: john.stultz@linaro.org, linux-kernel@vger.kernel.org, arnd@arndb.de Subject: [PATCH 01/22] clocksource/drivers/pistachio: Add the COMPILE_TEST option Date: Mon, 2 Nov 2015 13:56:29 +0100 Message-Id: <1446469011-22710-1-git-send-email-daniel.lezcano@linaro.org> X-Mailer: git-send-email 1.9.1 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 26f659e..a1c9312 100644 --- a/drivers/clocksource/Kconfig +++ b/drivers/clocksource/Kconfig @@ -112,8 +112,10 @@ config CLKSRC_LPC32XX select CLKSRC_OF config CLKSRC_PISTACHIO - bool + bool "Clocksource for Pistachio SoC" if COMPILE_TEST select CLKSRC_OF + help + Enables the clocksource for the Pistachio SoC. config CLKSRC_STM32 bool "Clocksource for STM32 SoCs" if !ARCH_STM32