From patchwork Fri Dec 18 14:17:37 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Daniel Lezcano X-Patchwork-Id: 58678 Delivered-To: patch@linaro.org Received: by 10.112.89.199 with SMTP id bq7csp1056058lbb; Fri, 18 Dec 2015 06:19:19 -0800 (PST) X-Received: by 10.66.142.168 with SMTP id rx8mr5601488pab.16.1450448359035; Fri, 18 Dec 2015 06:19:19 -0800 (PST) Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id v79si20239539pfa.134.2015.12.18.06.19.18; Fri, 18 Dec 2015 06:19:18 -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 S933030AbbLROTG (ORCPT + 29 others); Fri, 18 Dec 2015 09:19:06 -0500 Received: from mail-wm0-f46.google.com ([74.125.82.46]:37812 "EHLO mail-wm0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S964780AbbLROTB (ORCPT ); Fri, 18 Dec 2015 09:19:01 -0500 Received: by mail-wm0-f46.google.com with SMTP id p187so66485456wmp.0 for ; Fri, 18 Dec 2015 06:19:00 -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=1kjVwFjCXfNfI0ODcV9R7JLLLnyX58Phte4YWXVEcHA=; b=IZWNpSlxhxpBNDNeEuWxceaxnRUIYWfsRIv8Hbd7yZgo/MkbpvlReQ9u0iFJvpztkt 3nd8b8bvKFZnikDFRp8GdL+OV9JUMT+08SF1EwEPTtTb5I/L0Rz6fHeKKYK7Hd6Mf4ni XDRPZ9VVoFREEp+2hsh0/VrEXgubIi3ZKB5QI= 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=1kjVwFjCXfNfI0ODcV9R7JLLLnyX58Phte4YWXVEcHA=; b=JDW8n+hv0Dq/UBjswDIs2UekO7i+GwEkEBwEi5xJ+N6djbzGy1ZXzgEHSHFsRTDkh+ uiFrTP3+Ke3AtGYWkZ4iueYArVjtY3pN8bvZWagc9Wet+ZxN963vhiwFWJD38XZ+RQ8L +i8j0IRW/6es+IS61dFn4LlsrSJHXiCRireA2h/OVib6QQjCCfeLRTu0kpXZboqZTU3x cDiqRZE+WkV3N0w/gtMQfxNjgmNMdaCsuk5i81fuLhULD7JHJ1vn6UY/xVB4YcGqk0I2 +QeKhjYe/6P76TV6PeIqjR08h1ofKibxboKY+N8j5SoNM84RvjUD9xUVYpEjNXcarS9G ZbEw== X-Gm-Message-State: ALoCoQnBucEq9Re0mXmD44kH1RYx0UnkrwY6BLj9L9mY9nTzYTduQ4ehFMlZgFFnItQarcRMZNsonnzvaH8/be8UNKM9dN6DsA== X-Received: by 10.28.48.194 with SMTP id w185mr3582608wmw.73.1450448339981; Fri, 18 Dec 2015 06:18:59 -0800 (PST) Received: from localhost.localdomain ([78.210.255.2]) by smtp.gmail.com with ESMTPSA id ql10sm15010027wjc.23.2015.12.18.06.18.59 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 18 Dec 2015 06:18:59 -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 24/69] clocksource/drivers/tegra2: Add the COMPILE_TEST option Date: Fri, 18 Dec 2015 15:17:37 +0100 Message-Id: <1450448302-27429-24-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. Due to the non portable code for the delay timer, this option is only available for the ARM architecture. Signed-off-by: Daniel Lezcano --- drivers/clocksource/Kconfig | 5 ++++- 1 file changed, 4 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 625d459..e33ed76 100644 --- a/drivers/clocksource/Kconfig +++ b/drivers/clocksource/Kconfig @@ -84,7 +84,10 @@ config SUN5I_HSTIMER Enables support the Sun5i timer. config TEGRA_TIMER - bool + bool "Tegra timer driver" if COMPILE_TEST + depends on ARM + help + Enables support for the Tegra driver. config VT8500_TIMER bool