From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S942480AbcJZMtJ (ORCPT ); Wed, 26 Oct 2016 08:49:09 -0400 Received: from mail-wm0-f46.google.com ([74.125.82.46]:34992 "EHLO mail-wm0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S942251AbcJZMe5 (ORCPT ); Wed, 26 Oct 2016 08:34:57 -0400 Date: Wed, 26 Oct 2016 13:37:29 +0100 From: Lee Jones To: Javier Martinez Canillas Cc: linux-kernel@vger.kernel.org Subject: Re: [PATCH] mfd: abx500-core: Allow driver to built if COMPILE_TEST is enabled Message-ID: <20161026123729.GD11267@dell> References: <1476449852-19973-1-git-send-email-javier@osg.samsung.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1476449852-19973-1-git-send-email-javier@osg.samsung.com> User-Agent: Mutt/1.6.2 (2016-07-01) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 14 Oct 2016, Javier Martinez Canillas wrote: > The driver only has runtime but no build time dependency with ARCH_U300 || > ARCH_U8500 So it can be built for testing purposes if COMPILE_TEST option > is enabled. > > This is useful to have more build coverage and make sure that the driver > is not affected by changes that could cause build regressions. > > Signed-off-by: Javier Martinez Canillas > --- > > drivers/mfd/Kconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Applied, thanks. > diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig > index c6df6442ba2b..3eb97893a377 100644 > --- a/drivers/mfd/Kconfig > +++ b/drivers/mfd/Kconfig > @@ -955,7 +955,7 @@ config MFD_SMSC > > config ABX500_CORE > bool "ST-Ericsson ABX500 Mixed Signal Circuit register functions" > - default y if ARCH_U300 || ARCH_U8500 > + default y if ARCH_U300 || ARCH_U8500 || COMPILE_TEST > help > Say yes here if you have the ABX500 Mixed Signal IC family > chips. This core driver expose register access functions. -- Lee Jones Linaro STMicroelectronics Landing Team Lead Linaro.org │ Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog