From patchwork Thu Oct 29 22:52:42 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Daniel Lezcano X-Patchwork-Id: 55807 Delivered-To: patch@linaro.org Received: by 10.112.61.134 with SMTP id p6csp834045lbr; Thu, 29 Oct 2015 15:54:52 -0700 (PDT) X-Received: by 10.66.252.131 with SMTP id zs3mr4821381pac.69.1446159292495; Thu, 29 Oct 2015 15:54:52 -0700 (PDT) Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id rf5si5736922pbc.205.2015.10.29.15.54.52; Thu, 29 Oct 2015 15:54:52 -0700 (PDT) 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 S1758225AbbJ2Wym (ORCPT + 28 others); Thu, 29 Oct 2015 18:54:42 -0400 Received: from mail-wm0-f52.google.com ([74.125.82.52]:33766 "EHLO mail-wm0-f52.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1030349AbbJ2Wx3 (ORCPT ); Thu, 29 Oct 2015 18:53:29 -0400 Received: by wmeg8 with SMTP id g8so33736717wme.0 for ; Thu, 29 Oct 2015 15:53:27 -0700 (PDT) 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=3QjCB7PfxnK65x3e3GHjZfUVgtPRNX7Bv6aPxS+sDi8=; b=ylJnqhT7adN1eaL/FBNVFLim8/+r2ZQuyXfsAxExgu6XpMN4N+4OJhJ9GnQn8AMYWT NWK2hTfo5pvmJY4r2pAmSWoZchdPm7L7Cp9NXQHlNX8a9SKlNh5CIIxEOESv8gw13ng4 1QbQpLjpL/VvOLJW6vGSDtJHSdrv1kd8wEb0+/8G/S5XkQayk5S9pC6+9uldpdZ6S2uJ GJfozPV0oPJl07gVe7nsPq58MRz6CUcYcX8LYd05ZsfiEEJjuR0Ue3b+xiVG14IvT2xZ pSW1YxeyXKpWNOsD27yOZsPhnGEB0SvjFs5/iuHrZutpfSz8WyYuTaCGpGEshZn/cYkU gkOw== 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=3QjCB7PfxnK65x3e3GHjZfUVgtPRNX7Bv6aPxS+sDi8=; b=aTCy9pLLY4YC3l3DKb7kXF5AsMM5q1XL/FZZKSiTTiH+HcQ9NXhckw7i6PsnQWPwAf 2rKyKrlHH92E+YCqwJUgkxmU0DOB36xNlQ2lPjjazR9s6S6KZ0jL8zMGFdJJqDLoupLl S2Y5QY3suXb7UaKCByyyoqsNIvznwc+RmkBXKV0ht3ZErp4VdfVB7lFgVCwEmMVzrBAG oDi/9P3906XuBDc+RR5GOUmB8kmcr7GraDL/bOYevV0PDv/FYGUGf+h5SpW1os9EiBo/ udDf3xShvzlML3uaQzvsUbI/04iPJ/l93d/Gfyo+1WFjRkWSh9K/TRZdg2mIDKBURTru wccA== X-Gm-Message-State: ALoCoQkZt75eGSLjkhkKLcN/hX9qfY7+XOMYv4IBNS5enXBp3xaS3INb2qPJW4eubQKoLltp0vgL X-Received: by 10.28.210.77 with SMTP id j74mr9382292wmg.60.1446159207387; Thu, 29 Oct 2015 15:53:27 -0700 (PDT) Received: from localhost.localdomain (sju31-1-78-210-255-2.fbx.proxad.net. [78.210.255.2]) by smtp.gmail.com with ESMTPSA id jh4sm4005701wjb.33.2015.10.29.15.53.26 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 29 Oct 2015 15:53:26 -0700 (PDT) From: Daniel Lezcano To: tglx@linutronix.de Cc: john.stultz@linaro.org, linux-kernel@vger.kernel.org Subject: [PATCH 6/7] clocksource/drivers/pxa_timer: Add the COMPILE_TEST option Date: Thu, 29 Oct 2015 23:52:42 +0100 Message-Id: <1446159166-20384-6-git-send-email-daniel.lezcano@linaro.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1446159166-20384-1-git-send-email-daniel.lezcano@linaro.org> References: <1446159166-20384-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 | 3 ++- 1 file changed, 2 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 425abbd..b92f39d5 100644 --- a/drivers/clocksource/Kconfig +++ b/drivers/clocksource/Kconfig @@ -289,7 +289,8 @@ config CLKSRC_TANGO_XTAL select CLKSRC_OF config CLKSRC_PXA - bool + bool "Clocksource for PXA or SA-11x0 platform" if COMPILE_TEST + select CLKSRC_MMIO help This enables OST0 support available on PXA and SA-11x0 platforms.