From patchwork Fri Dec 18 14:17:47 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Daniel Lezcano X-Patchwork-Id: 58682 Delivered-To: patch@linaro.org Received: by 10.112.89.199 with SMTP id bq7csp1056206lbb; Fri, 18 Dec 2015 06:19:37 -0800 (PST) X-Received: by 10.98.75.197 with SMTP id d66mr5535026pfj.137.1450448376151; Fri, 18 Dec 2015 06:19:36 -0800 (PST) Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id wv16si15245155pac.158.2015.12.18.06.19.35; Fri, 18 Dec 2015 06:19:36 -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 S964808AbbLROTW (ORCPT + 29 others); Fri, 18 Dec 2015 09:19:22 -0500 Received: from mail-wm0-f44.google.com ([74.125.82.44]:36304 "EHLO mail-wm0-f44.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933083AbbLROTN (ORCPT ); Fri, 18 Dec 2015 09:19:13 -0500 Received: by mail-wm0-f44.google.com with SMTP id p187so65506823wmp.1 for ; Fri, 18 Dec 2015 06:19:13 -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=lQdWAlEbKbyMN117PzBKSXUO4VjwJNNDwaTY6oY/SKE=; b=TtfMsejGKrzd1JA/Bul8LsyefigYsTXibLFaH+HGJ9eIu9hCxpQWOszrIds/dsHZQs 0VBTgFGwlLfVYiExuTBd6lkTgL30402WsdToLRcW8aoKkMWKu/tmpBScHjk3kbd4Is1F djZE85Y0d+lIXlIyBvOnMu1vYvM7XQjrQ7aBg= 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=lQdWAlEbKbyMN117PzBKSXUO4VjwJNNDwaTY6oY/SKE=; b=ICoJCsO8Ieo97HJREYLABhNCO0D854RallTMbLLS4qak1jSvaaDS4R3XNxDAEM0B8k bRO55xAZI3vDxI1Xdlx/JB5dVGcx6G+euin14aiBYtQ3Tb32/fCEhcwV7cnBSSi2mSug rTrzTyVzZvOWIjh6OX4IPtQxvEWGCTR8tWljPHtz5QZ2wfw9ghqKPLAbuBBhJMPrYaLq WlLtL4xD8kwi02HLTMfxc1yhJQN9uSbL3WPcxBVEDT+Ze0neKIjtSN0tfKKTgLgwWpNH 5g0jSlG8RCsFD8d5P3Aa/k2u09bpBfdNoVQwu7Lie1ff8jBCRnFMsLf9eNNJq8spHGSo lsQA== X-Gm-Message-State: ALoCoQl7bVZb4yTLWIYpc1BlNj4uUDA4cTx8yBhSamY2JCp708IuVUfrGGo/QJSyK6pz+3AE05vF+/xzcrs0lkXfljFuOQcYeQ== X-Received: by 10.194.85.165 with SMTP id i5mr4813156wjz.173.1450448352558; Fri, 18 Dec 2015 06:19:12 -0800 (PST) Received: from localhost.localdomain ([78.210.255.2]) by smtp.gmail.com with ESMTPSA id ql10sm15010027wjc.23.2015.12.18.06.19.11 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 18 Dec 2015 06:19:12 -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 34/69] clocksource/drivers/fsl-ftm: Add the COMPILE_TEST option Date: Fri, 18 Dec 2015 15:17:47 +0100 Message-Id: <1450448302-27429-34-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 | 2 +- 1 file changed, 1 insertion(+), 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 3457a86..7085eb7 100644 --- a/drivers/clocksource/Kconfig +++ b/drivers/clocksource/Kconfig @@ -245,7 +245,7 @@ config CLKSRC_SAMSUNG_PWM needed only on systems that do not have the Exynos MCT available. config FSL_FTM_TIMER - bool + bool "Freescale FlexTimer Module driver" if COMPILE_TEST help Support for Freescale FlexTimer Module (FTM) timer.