From patchwork Fri Dec 18 14:17: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: 58720 Delivered-To: patch@linaro.org Received: by 10.112.89.199 with SMTP id bq7csp1065966lbb; Fri, 18 Dec 2015 06:36:20 -0800 (PST) X-Received: by 10.98.73.218 with SMTP id r87mr5749379pfi.20.1450449380734; Fri, 18 Dec 2015 06:36:20 -0800 (PST) Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id f7si5896290pat.97.2015.12.18.06.36.17; Fri, 18 Dec 2015 06:36:20 -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 S964998AbbLROfW (ORCPT + 29 others); Fri, 18 Dec 2015 09:35:22 -0500 Received: from mail-wm0-f51.google.com ([74.125.82.51]:38773 "EHLO mail-wm0-f51.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933031AbbLROTH (ORCPT ); Fri, 18 Dec 2015 09:19:07 -0500 Received: by mail-wm0-f51.google.com with SMTP id l126so67189156wml.1 for ; Fri, 18 Dec 2015 06:19:06 -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=rqOUfVp3LkQhX5+ZFOUv7HA8Uek0D0wu3Cf09Rkzy/g=; b=EY7SV3nhUj1hGYgGRuMY2bVLvVppTxbC88/V86xCAv3MyW01eGP9CHZRLpx6/EV5CH 1+qT8j+cmaXi3BwvNUNpDFCfw8ynBSdOpchI3/kd7aKuqL1TP+Y2ObDxa5kZVnKwEa2y R9nhkUHTzoZuQqkWFL9gXFq5c0xD4NE1kzZoY= 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=rqOUfVp3LkQhX5+ZFOUv7HA8Uek0D0wu3Cf09Rkzy/g=; b=Iy19pOrmUERpESKY/Q+ipIWAO4Sn5NYfs9bAK2NQxXE9bvP1ZsQpRV+lv+Nl48/SHY nzCxTmB73/n87ycZ59qnSk71U398CzuTP2pzFURoGk2Dgr2PtMDDa22PiXV/hcn5IxSG bU7g2jrYqVYNbtEalw1BjkVqiDwDa3AfhQO31+saDFqCLq7XqHMZTNnLDgTben6tRyfp +ecXfJeW1564aWFFKUcKiVugXOQAbBB+bZMx+JjdsCEx7qvZdwPFzEkAtjz9yeEd4VKe PHJW+B7zN2apdEQlWXg6siFTggcPg6B8PjPEaMzWX4YL+N6xb64AgWyG2mEpMcIy8cPF gfDA== X-Gm-Message-State: ALoCoQlZw4MjUne/mp3PrmxvUpkPIKftfM4FGicpsV5VWuLKAK0VhrjIzEmlACTYjy1jOzeSYzcVyYqrW9jGp8bG6Kh4PH/vnA== X-Received: by 10.194.222.195 with SMTP id qo3mr4325578wjc.51.1450448346161; Fri, 18 Dec 2015 06:19:06 -0800 (PST) Received: from localhost.localdomain ([78.210.255.2]) by smtp.gmail.com with ESMTPSA id ql10sm15010027wjc.23.2015.12.18.06.19.05 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 18 Dec 2015 06:19:05 -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 29/69] clocksource/drivers/lpc32xx: Add the COMPILE_TEST option Date: Fri, 18 Dec 2015 15:17:42 +0100 Message-Id: <1450448302-27429-29-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 a658190..ed7a824 100644 --- a/drivers/clocksource/Kconfig +++ b/drivers/clocksource/Kconfig @@ -146,9 +146,11 @@ config CLKSRC_EFM32 event device. config CLKSRC_LPC32XX - bool + bool "Clocksource for LPC32XX" if COMPILE_TEST select CLKSRC_MMIO select CLKSRC_OF + help + Support for the LPC32XX clocksource. config CLKSRC_PISTACHIO bool "Clocksource for Pistachio SoC" if COMPILE_TEST