public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] i2c: Make I2C_ATR invisible
@ 2023-08-15 15:29 Geert Uytterhoeven
  2023-08-15 15:59 ` Tomi Valkeinen
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Geert Uytterhoeven @ 2023-08-15 15:29 UTC (permalink / raw)
  To: Wolfram Sang, Sakari Ailus, Tomi Valkeinen, Andy Shevchenko,
	Luca Ceresoli
  Cc: linux-i2c, linux-kernel, Geert Uytterhoeven

I2C Address Translator (ATR) support is not a stand-alone driver, but a
library.  All of its users select I2C_ATR.  Hence there is no need for
the user to enable this symbol manually, except when compile-testing.

Fixes: a076a860acae77bb ("media: i2c: add I2C Address Translator (ATR) support")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
Do we care yet about out-of-tree drivers that need this functionality?
---
 drivers/i2c/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/i2c/Kconfig b/drivers/i2c/Kconfig
index c6d1a345ea6d8aee..9388823bb0bb960c 100644
--- a/drivers/i2c/Kconfig
+++ b/drivers/i2c/Kconfig
@@ -72,7 +72,7 @@ config I2C_MUX
 source "drivers/i2c/muxes/Kconfig"
 
 config I2C_ATR
-	tristate "I2C Address Translator (ATR) support"
+	tristate "I2C Address Translator (ATR) support" if COMPILE_TEST
 	help
 	  Enable support for I2C Address Translator (ATR) chips.
 
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2023-09-13  8:54 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-15 15:29 [PATCH] i2c: Make I2C_ATR invisible Geert Uytterhoeven
2023-08-15 15:59 ` Tomi Valkeinen
2023-08-16  8:17   ` Geert Uytterhoeven
2023-08-16  8:27     ` Tomi Valkeinen
2023-08-17  7:45 ` Luca Ceresoli
2023-08-17 10:29   ` Tomi Valkeinen
2023-08-25 21:16 ` Wolfram Sang
2023-09-13  8:54 ` Wolfram Sang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox