From patchwork Mon Nov 2 12:56:30 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Daniel Lezcano X-Patchwork-Id: 55874 Delivered-To: patch@linaro.org Received: by 10.112.61.134 with SMTP id p6csp1253144lbr; Mon, 2 Nov 2015 04:57:49 -0800 (PST) X-Received: by 10.66.155.5 with SMTP id vs5mr26876978pab.108.1446469069574; Mon, 02 Nov 2015 04:57:49 -0800 (PST) Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id th6si34805505pbc.250.2015.11.02.04.57.49; Mon, 02 Nov 2015 04:57:49 -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 S1753575AbbKBM5m (ORCPT + 28 others); Mon, 2 Nov 2015 07:57:42 -0500 Received: from mail-wi0-f175.google.com ([209.85.212.175]:36923 "EHLO mail-wi0-f175.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753327AbbKBM5i (ORCPT ); Mon, 2 Nov 2015 07:57:38 -0500 Received: by wicfv8 with SMTP id fv8so49844424wic.0 for ; Mon, 02 Nov 2015 04:57:37 -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=y1WyhTC25KYcC4QdFr0RVDIKePcCAya+4nmIqDbIw0Y=; b=TRvBGbl4B54vo37zJ4iKMPaNa1zq2+aGEVk+qEj+3eAzzdRk06puG5Qi9n0kSODGFn 7rdgkqs8gU3fY7+YNYz+Nx5EG7hL8ZzP4ZUUHL05gh+43HeV6xoGwjmS+bdRJZ7GPvlA lcs3kh9FAdiIdHG7F+zf4KPoPSwKWSm74oNiD2y38bVzS7z+GgFVcxLkYrBlQaI1GeOR HPk7ruLIfDxxxVjVJnHZrPNpzZXjyUoYtizqWfJ9bv0roayY7i+J3AHKGGUvTWdkSvmL /vRSJaySyO4DPiKTAsSOQGwEDlU3c0PlnDRpemNMy93BpedDsBXQGb5qsTosVQFe45SE A+YA== 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=y1WyhTC25KYcC4QdFr0RVDIKePcCAya+4nmIqDbIw0Y=; b=Un4ROEuJVqZYkc3JkskQ2aAmbFZ20FPgH7vRMTeQxB4PV0FVA29ESDUCxf//mbJPQe 5iWMeTFKFavatS+sPeX0Unf+7L3Uwg37bstJCjuKkiSVJ9driGlF2OF+iX3Ot3rqGPZK kzZuxJpBtNbbGiaojgui+CCD2QtIRnCFxjLKeWSHtuVDF+AChxCI1eL0BQlj2wHUBiAM DmfbE1BKmHzqlaMqN1eNTnNdczrju6hOvJfw+5BikF1PvAT831OAVpVH1FOCwUxYGxp5 KofRYdAh1ir/9rXaW+0AFl1R5ImT0bWj0XJs4p2yo8Wr5rQ9LDid++AGmkTMQ0UdyJHS JehA== X-Gm-Message-State: ALoCoQnT7A8R6axhWIwEiDT2CoE9wiM72K0nkLhf6vqOTQsaEbD1E94f6q2fNo5npMfdIlpSnO3m X-Received: by 10.194.77.146 with SMTP id s18mr27805199wjw.122.1446469057698; Mon, 02 Nov 2015 04:57:37 -0800 (PST) Received: from localhost.localdomain ([78.210.255.2]) by smtp.gmail.com with ESMTPSA id it4sm22263633wjb.0.2015.11.02.04.57.36 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 02 Nov 2015 04:57:37 -0800 (PST) From: Daniel Lezcano To: tglx@linutronix.de Cc: john.stultz@linaro.org, linux-kernel@vger.kernel.org, arnd@arndb.de, Matthias Brugger , linux-arm-kernel@lists.infradead.org (moderated list:ARM/Mediatek SoC...), linux-mediatek@lists.infradead.org (moderated list:ARM/Mediatek SoC...) Subject: [PATCH 02/22] clocksource/drivers/mediatek: Add the COMPILE_TEST option Date: Mon, 2 Nov 2015 13:56:30 +0100 Message-Id: <1446469011-22710-2-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 a1c9312..dc79fde 100644 --- a/drivers/clocksource/Kconfig +++ b/drivers/clocksource/Kconfig @@ -210,9 +210,11 @@ config SYS_SUPPORTS_SH_CMT bool config MTK_TIMER + bool "Mediatek timer driver" if COMPILE_TEST select CLKSRC_OF select CLKSRC_MMIO - bool + help + Support for Mediatek timer driver. config SYS_SUPPORTS_SH_MTU2 bool