From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from saturn.retrosnub.co.uk ([178.18.118.26]:37954 "EHLO saturn.retrosnub.co.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752932AbcBHSka (ORCPT ); Mon, 8 Feb 2016 13:40:30 -0500 Subject: Re: [PATCH 3/5] iio:ad5064: List support LTC devices in Kconfig To: Lars-Peter Clausen References: <1454950910-26049-1-git-send-email-lars@metafoo.de> <1454950910-26049-3-git-send-email-lars@metafoo.de> Cc: Hartmut Knaack , Peter Meerwald , Marc Andre , linux-iio@vger.kernel.org From: Jonathan Cameron Message-ID: <56B8E119.5040904@kernel.org> Date: Mon, 8 Feb 2016 18:40:25 +0000 MIME-Version: 1.0 In-Reply-To: <1454950910-26049-3-git-send-email-lars@metafoo.de> Content-Type: text/plain; charset=windows-1252 Sender: linux-iio-owner@vger.kernel.org List-Id: linux-iio@vger.kernel.org On 08/02/16 17:01, Lars-Peter Clausen wrote: > List the newly support LTC devices in the Kconfig entry for the AD5064 > driver. > > Signed-off-by: Lars-Peter Clausen I thought about merging this back into the previous patch but decided to be lazy and leave it as is. Applied to the togreg branch of iio.git - initially pushed out as testing for the autobuilders to play with it. Jonathan > --- > drivers/iio/dac/Kconfig | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/drivers/iio/dac/Kconfig b/drivers/iio/dac/Kconfig > index 5dc7150..a56b52d 100644 > --- a/drivers/iio/dac/Kconfig > +++ b/drivers/iio/dac/Kconfig > @@ -11,7 +11,8 @@ config AD5064 > help > Say yes here to build support for Analog Devices AD5024, AD5025, AD5044, > AD5045, AD5064, AD5064-1, AD5065, AD5628, AD5629R, AD5648, AD5666, AD5668, > - AD5669R Digital to Analog Converter. > + AD5669R, LTC2606, LTC2607, LTC2609, LTC2616, LTC2617, LTC2619, LTC2626, > + LTC2627, LTC2629 Digital to Analog Converter. > > To compile this driver as a module, choose M here: the > module will be called ad5064. >