From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from saturn.retrosnub.co.uk ([178.18.118.26]:44444 "EHLO saturn.retrosnub.co.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753347AbbFUPPS (ORCPT ); Sun, 21 Jun 2015 11:15:18 -0400 Message-ID: <5586D504.9050808@kernel.org> Date: Sun, 21 Jun 2015 16:15:16 +0100 From: Jonathan Cameron MIME-Version: 1.0 To: Hartmut Knaack , linux-iio@vger.kernel.org CC: Lars-Peter Clausen , Peter Meerwald , Ezequiel Garcia , Naidu Tellapati , Phani Movva Subject: Re: [PATCH 1/2] iio:adc:cc10001_adc: fix Kconfig dependency References: <9554701f1ada5bdee392c079e8c0de0e1faf45c9.1434844874.git.knaack.h@gmx.de> In-Reply-To: <9554701f1ada5bdee392c079e8c0de0e1faf45c9.1434844874.git.knaack.h@gmx.de> Content-Type: text/plain; charset=windows-1252 Sender: linux-iio-owner@vger.kernel.org List-Id: linux-iio@vger.kernel.org On 21/06/15 11:15, Hartmut Knaack wrote: > The Cosmic Circuits 10001 ADC driver depends on HAS_IOMEM, HAVE_CLK and > REGULATOR together, not just any of these. > > Signed-off-by: Hartmut Knaack Applied to the fixes-togreg branch of iio.git and marked for stable. Thanks, Jonathan > --- > drivers/iio/adc/Kconfig | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > > diff --git a/drivers/iio/adc/Kconfig b/drivers/iio/adc/Kconfig > index 7c55658..eb0cd89 100644 > --- a/drivers/iio/adc/Kconfig > +++ b/drivers/iio/adc/Kconfig > @@ -153,8 +153,7 @@ config DA9150_GPADC > > config CC10001_ADC > tristate "Cosmic Circuits 10001 ADC driver" > - depends on HAVE_CLK || REGULATOR > - depends on HAS_IOMEM > + depends on HAS_IOMEM && HAVE_CLK && REGULATOR > select IIO_BUFFER > select IIO_TRIGGERED_BUFFER > help > -- To unsubscribe from this list: send the line "unsubscribe linux-iio" in