From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753667AbbL3SQP (ORCPT ); Wed, 30 Dec 2015 13:16:15 -0500 Received: from mail-wm0-f47.google.com ([74.125.82.47]:34108 "EHLO mail-wm0-f47.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750814AbbL3SQM (ORCPT ); Wed, 30 Dec 2015 13:16:12 -0500 Subject: Re: [PATCH 15/69] clocksource/drivers/mediatek: Add the COMPILE_TEST option To: Daniel Lezcano , tglx@linutronix.de References: <5672CB9E.7090707@linaro.org> <1450448302-27429-1-git-send-email-daniel.lezcano@linaro.org> <1450448302-27429-15-git-send-email-daniel.lezcano@linaro.org> Cc: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, mingo@kernel.org, "moderated list:ARM/Mediatek SoC..." From: Matthias Brugger Message-ID: <56841F69.9010303@gmail.com> Date: Wed, 30 Dec 2015 19:16:09 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.4.0 MIME-Version: 1.0 In-Reply-To: <1450448302-27429-15-git-send-email-daniel.lezcano@linaro.org> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 18/12/15 15:17, Daniel Lezcano wrote: > Increase the compilation test coverage by adding the COMPILE_TEST option. > > Signed-off-by: Daniel Lezcano > --- Acked-by: Matthias Brugger > drivers/clocksource/Kconfig | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --git a/drivers/clocksource/Kconfig b/drivers/clocksource/Kconfig > index 96a34dc..3ba43f6 100644 > --- a/drivers/clocksource/Kconfig > +++ b/drivers/clocksource/Kconfig > @@ -228,9 +228,11 @@ config SYS_SUPPORTS_SH_CMT > bool > > config MTK_TIMER > + bool "Mediatek timer driver" if COMPILE_TEST > select CLKSRC_OF > select CLKSRC_MMIO > - bool > + help > + Support for Mediatek timer driver. > > config SYS_SUPPORTS_SH_MTU2 > bool >