[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20241006143023.620a8241@jic23-huawei>
Date: Sun, 6 Oct 2024 14:30:23 +0100
From: Jonathan Cameron <jic23@...nel.org>
To: Javier Carrasco <javier.carrasco.cruz@...il.com>
Cc: Lars-Peter Clausen <lars@...afoo.de>, David Lechner
<dlechner@...libre.com>, Antoniu Miclaus <antoniu.miclaus@...log.com>, Nuno
Sá <nuno.sa@...log.com>, Cristian Pop
<cristian.pop@...log.com>, Mircea Caprioru <mircea.caprioru@...log.com>,
Alexandru Tachici <alexandru.tachici@...log.com>, Marcus Folkesson
<marcus.folkesson@...il.com>, Fabrice Gasnier <fabrice.gasnier@...com>,
Jonathan Cameron <Jonathan.Cameron@...wei.com>, linux-iio@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH 7/8] iio: dac: ltc1660: add missing select REGMAP_SPI in
Kconfig
On Thu, 03 Oct 2024 18:49:39 +0200
Javier Carrasco <javier.carrasco.cruz@...il.com> wrote:
> This driver makes use of regmap_spi, but does not select the required
> module.
> Add the missing 'select REGMAP_SPI'.
>
> Fixes: 8316cebd1e59 ("iio: dac: add support for ltc1660")
> Signed-off-by: Javier Carrasco <javier.carrasco.cruz@...il.com>
Applied to the fixes-togreg branch of iio.git.
> ---
> drivers/iio/dac/Kconfig | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/iio/dac/Kconfig b/drivers/iio/dac/Kconfig
> index 3160b10f2752..f13daf0fd9f7 100644
> --- a/drivers/iio/dac/Kconfig
> +++ b/drivers/iio/dac/Kconfig
> @@ -354,6 +354,7 @@ config LPC18XX_DAC
> config LTC1660
> tristate "Linear Technology LTC1660/LTC1665 DAC SPI driver"
> depends on SPI
> + select REGMAP_SPI
> help
> Say yes here to build support for Linear Technology
> LTC1660 and LTC1665 Digital to Analog Converters.
>
Powered by blists - more mailing lists