From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755155AbcJZMQf (ORCPT ); Wed, 26 Oct 2016 08:16:35 -0400 Received: from mail-wm0-f47.google.com ([74.125.82.47]:37772 "EHLO mail-wm0-f47.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751443AbcJZMQa (ORCPT ); Wed, 26 Oct 2016 08:16:30 -0400 Date: Wed, 26 Oct 2016 13:19:01 +0100 From: Lee Jones To: Krzysztof Kozlowski Cc: Michael Turquette , Stephen Boyd , Liam Girdwood , Mark Brown , Alessandro Zummo , Alexandre Belloni , linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org, rtc-linux@googlegroups.com Subject: Re: [PATCH 4/4] mfd: Enable compile testing for max77620 and max77686 Message-ID: <20161026121901.GU8574@dell> References: <1475441897-15730-1-git-send-email-krzk@kernel.org> <1475441897-15730-5-git-send-email-krzk@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1475441897-15730-5-git-send-email-krzk@kernel.org> 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 Sun, 02 Oct 2016, Krzysztof Kozlowski wrote: > The OF is not a strict build-time dependency so max77620 and max77686 > can be compile tested to increase build coverage. > > Signed-off-by: Krzysztof Kozlowski > --- > drivers/mfd/Kconfig | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Applied, thanks. > diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig > index c6df6442ba2b..ccea26943746 100644 > --- a/drivers/mfd/Kconfig > +++ b/drivers/mfd/Kconfig > @@ -563,7 +563,7 @@ config MFD_MAX14577 > config MFD_MAX77620 > bool "Maxim Semiconductor MAX77620 and MAX20024 PMIC Support" > depends on I2C=y > - depends on OF > + depends on OF || COMPILE_TEST > select MFD_CORE > select REGMAP_I2C > select REGMAP_IRQ > @@ -578,7 +578,7 @@ config MFD_MAX77620 > config MFD_MAX77686 > tristate "Maxim Semiconductor MAX77686/802 PMIC Support" > depends on I2C > - depends on OF > + depends on OF || COMPILE_TEST > select MFD_CORE > select REGMAP_I2C > select REGMAP_IRQ -- Lee Jones Linaro STMicroelectronics Landing Team Lead Linaro.org │ Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog