From 4eb3f182c574d3fffc803cad96aa93c8cd22e489 Mon Sep 17 00:00:00 2001
From: Ksawlii <ksawery.blaszczak@proton.me>
Date: Sun, 24 Nov 2024 00:22:52 +0100
Subject: [PATCH] Revert "iio: dac: ltc1660: add missing select REGMAP_SPI in
 Kconfig"

This reverts commit 238d7da34f0711ab102649bb83347a70ab177a8c.
---
 drivers/iio/dac/Kconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/iio/dac/Kconfig b/drivers/iio/dac/Kconfig
index 2d7407c44..22c271f4e 100755
--- a/drivers/iio/dac/Kconfig
+++ b/drivers/iio/dac/Kconfig
@@ -272,7 +272,6 @@ 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.