From patchwork Fri Dec 18 14:17:39 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Daniel Lezcano X-Patchwork-Id: 58722 Delivered-To: patch@linaro.org Received: by 10.112.89.199 with SMTP id bq7csp1066334lbb; Fri, 18 Dec 2015 06:36:57 -0800 (PST) X-Received: by 10.98.12.139 with SMTP id 11mr5618020pfm.54.1450449417340; Fri, 18 Dec 2015 06:36:57 -0800 (PST) Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id qx6si1094566pab.241.2015.12.18.06.36.57; Fri, 18 Dec 2015 06:36:57 -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 S1754109AbbLROgz (ORCPT + 29 others); Fri, 18 Dec 2015 09:36:55 -0500 Received: from mail-wm0-f51.google.com ([74.125.82.51]:36116 "EHLO mail-wm0-f51.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932960AbbLROTD (ORCPT ); Fri, 18 Dec 2015 09:19:03 -0500 Received: by mail-wm0-f51.google.com with SMTP id p187so65500454wmp.1 for ; Fri, 18 Dec 2015 06:19:03 -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=5PvzYl5EyUMO0r80r+w2wcW4bRdjoCBiS/HiHnAMnrM=; b=ZOTlSQeEoCTfqaniwFTOoB6UxLQ2q0d+5KyvkDWQ8cYV+n8Y3fNZyVku33gKy3tp9G 8I5FPCkTkLYuXCDShBDIyWXr0iLRc+3f2vp3jSwCiNRaeA7AOWDUhsqgEt/ZIgDfAbRY v0c3mLQYeVjidv57s4ClILhGhIaNcXiTjM2Qw= 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=5PvzYl5EyUMO0r80r+w2wcW4bRdjoCBiS/HiHnAMnrM=; b=ZLE/R4u1gc5YTZjtCNP1c6Ep6c6VDeaYg3pqUmPZFxGSFZMSo5JDoZhqjSG9hw1cEm 2AzHAdJaGdap+fpxlLH1N9pJBQbrCxZ8t/Knx0BYL3OhrNjZ6ziiSvKHVk0Oglj3ArTx 8UhWBKrUJjixAgVK8UkxrmRweONzVn/b3HDl/ofI3D33B1mKoY13sOaZN6NzNv0hK/Pw Li+iC1DPVoNYWhNEYenpdxySQlz/No9kGA9ew0mkXJ2hg49dct+MmT622zg6ICkmt5qa PGvrzAMNY4X/1/q0N2RZs7r7jJBSOzfzPhX1JXH+0ycxEqxL0cbJljMNK9bZmyI2bToi gr/Q== X-Gm-Message-State: ALoCoQnpSPqjmpg1Y0k3yZoXA+Ti0nHJe7zbiKYbxXTq1qHLx7wtH7seCiUknYX2fRPZB62tCiufQoEnv/Dg/zlJXOVIhwVj0Q== X-Received: by 10.194.63.238 with SMTP id j14mr4859647wjs.172.1450448342365; Fri, 18 Dec 2015 06:19:02 -0800 (PST) Received: from localhost.localdomain ([78.210.255.2]) by smtp.gmail.com with ESMTPSA id ql10sm15010027wjc.23.2015.12.18.06.19.01 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 18 Dec 2015 06:19:01 -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 26/69] clocksource/drivers/vt8500: Add the COMPILE_TEST option Date: Fri, 18 Dec 2015 15:17:39 +0100 Message-Id: <1450448302-27429-26-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 e33ed76..c2b87b4 100644 --- a/drivers/clocksource/Kconfig +++ b/drivers/clocksource/Kconfig @@ -90,7 +90,9 @@ config TEGRA_TIMER Enables support for the Tegra driver. config VT8500_TIMER - bool + bool "VT8500 timer driver" if COMPILE_TEST + help + Enables support for the VT8500 driver. config CADENCE_TTC_TIMER bool