From patchwork Mon Nov 2 12:56:39 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Daniel Lezcano X-Patchwork-Id: 55891 Delivered-To: patch@linaro.org Received: by 10.112.61.134 with SMTP id p6csp1256171lbr; Mon, 2 Nov 2015 05:03:43 -0800 (PST) X-Received: by 10.68.239.105 with SMTP id vr9mr26957713pbc.161.1446469423372; Mon, 02 Nov 2015 05:03:43 -0800 (PST) Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id ja8si18367781pbd.47.2015.11.02.05.03.43; Mon, 02 Nov 2015 05:03:43 -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.20150623.gappssmtp.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753924AbbKBNDl (ORCPT + 28 others); Mon, 2 Nov 2015 08:03:41 -0500 Received: from mail-wi0-f176.google.com ([209.85.212.176]:35450 "EHLO mail-wi0-f176.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753327AbbKBM5t (ORCPT ); Mon, 2 Nov 2015 07:57:49 -0500 Received: by wicll6 with SMTP id ll6so49416589wic.0 for ; Mon, 02 Nov 2015 04:57:48 -0800 (PST) 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=DsusJoZTDtkfEnaEhwrKVQMMS8ARmhKlkN6N5lyRZ+c=; b=kuhGkThi6RONXAVrePHYmztpQBpFz/nH8OJTjqd51cvPn1FXLvm+NGZtrYQXdjHGA6 jwluVPkUmZOV7W69DwM5ljqYpMZL0Z5m4pGi//myjdjWdtevYApjmsY4q6EWjPYyVYyv 8eoFrqc+F9hoB8TafNhsMB6WkdAHjRq67eHphlX5G7oQmN3xeuEIyy9A8guBLjP3mVxz 28q0P8JsX9N1J+dXN1VW3mLubDbV7qidMWIozGd/6qkCETr2PysUpmSDFPwuhOm+hvjE O9geVxcRTUUiERHYfI9An6ujvdpCzyfhQK9IExKe+RENd7S8lSzvwuapF/MnvX0PtvN4 tBxg== 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=DsusJoZTDtkfEnaEhwrKVQMMS8ARmhKlkN6N5lyRZ+c=; b=SE1HGN2EM6CKbH6UCvNtnstPx7pxcpRXuI+GXXoofggSurqPoF3X4QTANcyZAaxm2f 9Ok7AQZyGBUvRcJ1oCpXK06RFWX5U5qSIhAtzdSxbmL+7qook4HENERC2C6/EzqGzpxe pA+pVzjvHlMznQA/2z4KYf2ENrQiYBWqNIuSkMoYBpGQ4/zHFniYOE4cQTFqCmmg0KES Bt1T9e0Ox+FN0a+JxI8vlAadlPtE2lZh1I6c8WLLpsz8PGxgcn6qPI59eCdBhfScJ+kW 3M61RMlZzBAlSPh1DY0WOHGoVK4iEx8P6RmiTrgYC5PuW2KvWlCNMlm4A8r/+MUviJlw Qs1A== X-Gm-Message-State: ALoCoQlIBSalauqRopTCNGuOYLujBgRm86PT6aJYRowE8IkrRknzABCILFZtCV+5vP3yevoZT6+v X-Received: by 10.194.2.5 with SMTP id 5mr27287160wjq.153.1446469068746; Mon, 02 Nov 2015 04:57:48 -0800 (PST) Received: from localhost.localdomain ([78.210.255.2]) by smtp.gmail.com with ESMTPSA id it4sm22263633wjb.0.2015.11.02.04.57.47 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 02 Nov 2015 04:57:48 -0800 (PST) From: Daniel Lezcano To: tglx@linutronix.de Cc: john.stultz@linaro.org, linux-kernel@vger.kernel.org, arnd@arndb.de Subject: [PATCH 11/22] clocksource/drivers/sun5i: Add the COMPILE_TEST option Date: Mon, 2 Nov 2015 13:56:39 +0100 Message-Id: <1446469011-22710-11-git-send-email-daniel.lezcano@linaro.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1446469011-22710-1-git-send-email-daniel.lezcano@linaro.org> References: <1446469011-22710-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. The driver depends on the common clock framework, thus the dependency added on COMMON_CLK. 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 4c0daae..58dabd3 100644 --- a/drivers/clocksource/Kconfig +++ b/drivers/clocksource/Kconfig @@ -68,8 +68,11 @@ config SUN4I_TIMER Enables support for the Sun4i timer. config SUN5I_HSTIMER + bool "Sun5i timer driver" if COMPILE_TEST select CLKSRC_MMIO - bool + depends on COMMON_CLK + help + Enables support the Sun5i timer. config TEGRA_TIMER bool