From patchwork Fri Dec 18 14:18:09 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Daniel Lezcano X-Patchwork-Id: 58687 Delivered-To: patch@linaro.org Received: by 10.112.89.199 with SMTP id bq7csp1056413lbb; Fri, 18 Dec 2015 06:19:55 -0800 (PST) X-Received: by 10.66.222.199 with SMTP id qo7mr3554982pac.49.1450448395402; Fri, 18 Dec 2015 06:19:55 -0800 (PST) Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id bm5si24313118pad.107.2015.12.18.06.19.54; Fri, 18 Dec 2015 06:19:55 -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 S1753856AbbLROTv (ORCPT + 29 others); Fri, 18 Dec 2015 09:19:51 -0500 Received: from mail-wm0-f49.google.com ([74.125.82.49]:37745 "EHLO mail-wm0-f49.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751284AbbLROTt (ORCPT ); Fri, 18 Dec 2015 09:19:49 -0500 Received: by mail-wm0-f49.google.com with SMTP id p187so66516980wmp.0 for ; Fri, 18 Dec 2015 06:19:48 -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=u42C7tbj8XhYlb8EntH3iELXFXaJBhkYj/E02shCwXk=; b=QCrKPoiwIorv7NqiiuQuPnQGFxrd+tjYMu9ympU6KQFeMZXsbK8djTOwK8Nc9ZTZ4c XNGxsmOFciDZYbhu3c6zXUuh0SMxrl/XWWpSfizaBFP8Xyg6knHyGl0HhaRkyYz6jodB j55ZSKZn3UhOoXgSjx9K11EXp8T0QAGDADHNk= 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=u42C7tbj8XhYlb8EntH3iELXFXaJBhkYj/E02shCwXk=; b=aVSvD95RPciE6F6GHj4BlsuT05b9+4hbTNF8Z7MtlMrW8WEfDvoailm7C9uzWQO/C5 sBM3CGM8SmEgMPJh8/4bbrtCWzpi3i/lr8C5waiZTb163HkwLIBAwDnkqV96ONPcjLl9 l/lP9m+pPw/eQEfwwL9uB0UUJ4leNmPiDfXNQTzJVu3DrUsL1JbKIMHsCD++0wILriaX +yQn9ydS+P0oqXcGy0lOMx7u0bTnZT7cLPAZSFcu1Wl1CHMi4A/M8LKnQnoSkG2ihWT5 EI15MRp6BSAFb5T4uqRDBrl8KoIKVpqbRBqI1eYT01ZacZA1Op9Q67uJyTNBOPB431qy 11Aw== X-Gm-Message-State: ALoCoQmf5w7VA+Rui3g8TWswQ70ttLHKNSK4A0zfWj2fpdbvzrOspD9SdGPuKJIbNcOAiiPPPA6fZzY5J8suDUKZ7ryOFLijsA== X-Received: by 10.28.143.11 with SMTP id r11mr3594328wmd.28.1450448388308; Fri, 18 Dec 2015 06:19:48 -0800 (PST) Received: from localhost.localdomain ([78.210.255.2]) by smtp.gmail.com with ESMTPSA id ql10sm15010027wjc.23.2015.12.18.06.19.47 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 18 Dec 2015 06:19:47 -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 56/69] clocksource/drivers/h8300: Increase the compilation test coverage Date: Fri, 18 Dec 2015 15:18:09 +0100 Message-Id: <1450448302-27429-56-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 Add the COMPILE_TEST option so the drivers can be compiled on different architecture with the 'allyesconfig' kernel configuration. Signed-off-by: Daniel Lezcano --- drivers/clocksource/Kconfig | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) -- 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 73477b5..db240cb 100644 --- a/drivers/clocksource/Kconfig +++ b/drivers/clocksource/Kconfig @@ -363,13 +363,24 @@ config CLKSRC_PXA platforms. config H8300_TMR8 - bool + bool "Clockevent timer for the H8300 platform" if COMPILE_TEST + depends on GENERIC_CLOCKEVENTS + help + This enables the 8 bits timer for the H8300 platform. config H8300_TMR16 - bool + bool "Clockevent timer for the H83069 platform" if COMPILE_TEST + depends on GENERIC_CLOCKEVENTS + help + This enables the 16 bits timer for the H8300 platform with the + H83069 cpu. config H8300_TPU - bool + bool "Clocksource for the H8300 platform" if COMPILE_TEST + depends on GENERIC_CLOCKEVENTS + help + This enables the clocksource for the H8300 platform with the + H8S2678 cpu. config CLKSRC_IMX_GPT bool "Clocksource using i.MX GPT" if COMPILE_TEST