From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752149AbbIKJXn (ORCPT ); Fri, 11 Sep 2015 05:23:43 -0400 Received: from mail-wi0-f170.google.com ([209.85.212.170]:38476 "EHLO mail-wi0-f170.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752079AbbIKJXj (ORCPT ); Fri, 11 Sep 2015 05:23:39 -0400 Date: Fri, 11 Sep 2015 10:23:35 +0100 From: Lee Jones To: Eduardo Valentin Cc: Rui Zhang , Linux PM , LKML , Nicolas Boichat , Mark Brown , Fabian Frederick , Wolfram Sang Subject: Re: [PATCH 15/17] thermal: st: allow compile test Message-ID: <20150911092335.GK3260@x1> References: <1441858273-4017-1-git-send-email-edubezval@gmail.com> <1441858273-4017-16-git-send-email-edubezval@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1441858273-4017-16-git-send-email-edubezval@gmail.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 09 Sep 2015, Eduardo Valentin wrote: > Adding COMPILE_TEST flag to st driver to facilitate > maintenance. > > Cc: Zhang Rui > Cc: Nicolas Boichat > Cc: Mark Brown > Cc: Fabian Frederick > Cc: Wolfram Sang > Cc: Lee Jones > Cc: linux-pm@vger.kernel.org > Cc: linux-kernel@vger.kernel.org > Signed-off-by: Eduardo Valentin > --- > drivers/thermal/Kconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Sounds reasonable. So long as it's been tested and nothing breaks: Acked-by: Lee Jones > diff --git a/drivers/thermal/Kconfig b/drivers/thermal/Kconfig > index 9069cc7..d94b4e9 100644 > --- a/drivers/thermal/Kconfig > +++ b/drivers/thermal/Kconfig > @@ -350,7 +350,7 @@ source "drivers/thermal/samsung/Kconfig" > endmenu > > menu "STMicroelectronics thermal drivers" > -depends on ARCH_STI && OF > +depends on (ARCH_STI || COMPILE_TEST) && OF > source "drivers/thermal/st/Kconfig" > endmenu > -- Lee Jones Linaro STMicroelectronics Landing Team Lead Linaro.org │ Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog