[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20240528121304.3695252-1-arnd@kernel.org>
Date: Tue, 28 May 2024 14:12:58 +0200
From: Arnd Bergmann <arnd@...nel.org>
To: Jonathan Cameron <jic23@...nel.org>
Cc: Arnd Bergmann <arnd@...db.de>,
Lars-Peter Clausen <lars@...afoo.de>,
Nuno Sa <nuno.sa@...log.com>,
Dragos Bogdan <dragos.bogdan@...log.com>,
Anshul Dalal <anshulusr@...il.com>,
Andrea Collamati <andrea.collamati@...il.com>,
linux-iio@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: [PATCH] iio: dac: ad9739a: drop COMPILE_TEST option
From: Arnd Bergmann <arnd@...db.de>
Build testing without SPI results in a warning:
WARNING: unmet direct dependencies detected for REGMAP_SPI
Depends on [n]: SPI [=n]
Selected by [m]:
- AD9739A [=m] && IIO [=m] && (SPI [=n] || COMPILE_TEST [=y])
There is no need for this particular COMPILE_TEST option, as allmodconfig
and randconfig testing can just assume that SPI is enabled separately.
Drop it to avoid the warning.
Signed-off-by: Arnd Bergmann <arnd@...db.de>
---
drivers/iio/dac/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/iio/dac/Kconfig b/drivers/iio/dac/Kconfig
index 3c2bf620f00f..ee0d9798d8b4 100644
--- a/drivers/iio/dac/Kconfig
+++ b/drivers/iio/dac/Kconfig
@@ -133,7 +133,7 @@ config AD5624R_SPI
config AD9739A
tristate "Analog Devices AD9739A RF DAC spi driver"
- depends on SPI || COMPILE_TEST
+ depends on SPI
select REGMAP_SPI
select IIO_BACKEND
help
--
2.39.2
Powered by blists - more mailing lists