From patchwork Mon Nov 2 12:56:34 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Daniel Lezcano X-Patchwork-Id: 55876 Delivered-To: patch@linaro.org Received: by 10.112.61.134 with SMTP id p6csp1253284lbr; Mon, 2 Nov 2015 04:58:08 -0800 (PST) X-Received: by 10.68.178.1 with SMTP id cu1mr26267704pbc.99.1446469088203; Mon, 02 Nov 2015 04:58:08 -0800 (PST) Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id dz5si34849171pab.108.2015.11.02.04.58.07; Mon, 02 Nov 2015 04:58:08 -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 S1753807AbbKBM5v (ORCPT + 28 others); Mon, 2 Nov 2015 07:57:51 -0500 Received: from mail-wm0-f45.google.com ([74.125.82.45]:35117 "EHLO mail-wm0-f45.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753580AbbKBM5n (ORCPT ); Mon, 2 Nov 2015 07:57:43 -0500 Received: by wmll128 with SMTP id l128so60041053wml.0 for ; Mon, 02 Nov 2015 04:57:42 -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=5FFtD91i90ELAyaYvnb9wAjVCO2wBFOedy3znrmHR9I=; b=JHjqCKSzWjjfEWb6pBtIi9s+DXT9rCaFjdsqUg91uGX+u6B81aNQ+g9zN1CmWXCy+J zfDJwMwZJArnLZOYXCgUiBORSZKOeknrG2XchI5ji/2wT/YxyITYxn9vCJF7+iuzsDSQ hQTgWMjtn0XlMjDExCdBb546OrZGqZc/dQMdWwFNW2BXZLnGVHLWwk0CpfislzcgS9Pb qBVeDSK5p9s7YXQ1VeOu53KIbuR3cb72AhcvwCBuLcaDCSVl5k6BtaNj9UcbMgOB9III 5KKLI8DbH7c5LMlNrCpOZVML3XiDW0xKvk/syP5MJ2DGoaXuIQWzvT5voo/4JlJcE9XZ BMzQ== 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=5FFtD91i90ELAyaYvnb9wAjVCO2wBFOedy3znrmHR9I=; b=QrPwnF4RHHa5TxwdYz0O79C3G59jSKmX0ojamNNnEmNvTqhbxoPhPXpcA2JyMZNJ16 7tF7zWGxlTwTu6jmrxf92OARghfU8luASWj70QdO1ff+2atAI151AKeEFO/wl8uIsu35 7zLCMszmzEtOG3qeMCsgt6Mo4VtQW3bYGtEeA74SJO5L9c2l9jFzXTI3X16PK//TEG3D IDLs3wICwqe1snqPIZoQYfc0GXIDQTThCeYHacidxE+wPcck3OXio3QWqZBfcW2R4k6/ qVVYkNrEO7ErK31qLdyWiGZDlf4wCUMmp+TsgruWcH14+SpHghlA6NVxkRvJSNV+LVlM MKRA== X-Gm-Message-State: ALoCoQlNQ91iLMIYcNFbAuCB93bO8mepOccKfX/KBEIWLSXWvLzOZ8fIjihg0RIRXsZQzusL3C8g X-Received: by 10.28.9.204 with SMTP id 195mr14348126wmj.88.1446469062538; Mon, 02 Nov 2015 04:57:42 -0800 (PST) Received: from localhost.localdomain ([78.210.255.2]) by smtp.gmail.com with ESMTPSA id it4sm22263633wjb.0.2015.11.02.04.57.41 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 02 Nov 2015 04:57:42 -0800 (PST) From: Daniel Lezcano To: tglx@linutronix.de Cc: john.stultz@linaro.org, linux-kernel@vger.kernel.org, arnd@arndb.de Subject: [PATCH 06/22] clocksource/drivers/meson6: Add the COMPILE_TEST option Date: Mon, 2 Nov 2015 13:56:34 +0100 Message-Id: <1446469011-22710-6-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. 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 0b5bdb4..2c76c2d 100644 --- a/drivers/clocksource/Kconfig +++ b/drivers/clocksource/Kconfig @@ -44,8 +44,10 @@ config ARMADA_370_XP_TIMER Enables the support for the Armada 370 and XP timer driver. config MESON6_TIMER - bool + bool "Meson6 timer driver" if COMPILE_TEST select CLKSRC_MMIO + help + Enables the support for the Meson6 timer driver. config ORION_TIMER select CLKSRC_OF