From patchwork Mon Nov 2 12:56:38 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Daniel Lezcano X-Patchwork-Id: 55877 Delivered-To: patch@linaro.org Received: by 10.112.61.134 with SMTP id p6csp1253291lbr; Mon, 2 Nov 2015 04:58:09 -0800 (PST) X-Received: by 10.66.172.144 with SMTP id bc16mr26447251pac.114.1446469088568; Mon, 02 Nov 2015 04:58:08 -0800 (PST) Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id dz5si34849171pab.108.2015.11.02.04.58.08; Mon, 02 Nov 2015 04:58:08 -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 S1753891AbbKBM54 (ORCPT + 28 others); Mon, 2 Nov 2015 07:57:56 -0500 Received: from mail-wm0-f46.google.com ([74.125.82.46]:33133 "EHLO mail-wm0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753522AbbKBM5s (ORCPT ); Mon, 2 Nov 2015 07:57:48 -0500 Received: by wmeg8 with SMTP id g8so58347051wme.0 for ; Mon, 02 Nov 2015 04:57:47 -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=8t3/rzYvaRoiTXObIBa9YV9j6sjv9Ks6kLFPmPWvcx8=; b=xs9D9ZujO/Xle2YSq+TX1HT4AbsdqtwA6lbWWlUPJm4fNcKN9XvAU+BDzi+sL4P6Nc vRSW7bbg+J14A2uCToDbNmUEPVXHiXJfyRLS46E6e/6LMHsjmFboAa+sgCv1+gHN+49W I/3i7Qy0Tai9NpJOxWCo6mKA6qIQiggiJ0V9GsW6GFy/J6GIMPungaZy1Fvn2t7d6MAG eyYhH1TB1aWc0sR75i685n2BpSuuvNI8Zh5MXvgDWkgjidcvYMoWaTNC9F148Xp7jMfP Z9rVeLidDPKMd4QUOeCGK3zf8/ymOEXcfbEksh0HouS6mAdzxZL7dBNeOQGcEcMArbRU 5qgw== 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=8t3/rzYvaRoiTXObIBa9YV9j6sjv9Ks6kLFPmPWvcx8=; b=ZfLGgZgkFs6oPnoq+bL0xevxZc9FMpotTIQFlgiCmouXv+glQpIBCxWGGfY2s0X2qT uVCh00gbHckI7pMc+X9as7+lLxE/WGX2R15EiIdHOLxETNBGuKH8FHHHXKQ80cGUh4H9 9l8eXrDeItCDmo4HVkSfdorbqtHZ8GpKJNXhMIz55n9tjbkFai0kNbPdp4Jl62EBzN7H jsdMoLEgwQfo88fbahq9HkOXoRNMCcTHqG25DBpluEBWeUueuQC2Stln8wqm4Mr+MYkR vp7CJTrFJ/2V2v4P/0XklQs0HzmWRKCRmMS2AVDZ6SRcBOKXJP/Go4JVAMYVM1NvFI4j 6uZw== X-Gm-Message-State: ALoCoQmqmKaus/eyHH53+qbUY0rhjoObk929EGg0oiK5q8dKY33Vcu5KSmuTOOijJ0ov1xkLzjtI X-Received: by 10.28.217.6 with SMTP id q6mr14451876wmg.5.1446469067524; Mon, 02 Nov 2015 04:57:47 -0800 (PST) Received: from localhost.localdomain ([78.210.255.2]) by smtp.gmail.com with ESMTPSA id it4sm22263633wjb.0.2015.11.02.04.57.46 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 02 Nov 2015 04:57:47 -0800 (PST) From: Daniel Lezcano To: tglx@linutronix.de Cc: john.stultz@linaro.org, linux-kernel@vger.kernel.org, arnd@arndb.de Subject: [PATCH 10/22] clocksource/drivers/sun4i: Add the COMPILE_TEST option Date: Mon, 2 Nov 2015 13:56:38 +0100 Message-Id: <1446469011-22710-10-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. 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 a8afd8a..4c0daae 100644 --- a/drivers/clocksource/Kconfig +++ b/drivers/clocksource/Kconfig @@ -62,8 +62,10 @@ config ORION_TIMER Enables the support for the Orion timer driver config SUN4I_TIMER + bool "Sun4i timer driver" if COMPILE_TEST select CLKSRC_MMIO - bool + help + Enables support for the Sun4i timer. config SUN5I_HSTIMER select CLKSRC_MMIO