[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250613114148.1943267-4-robert.marko@sartura.hr>
Date: Fri, 13 Jun 2025 13:39:38 +0200
From: Robert Marko <robert.marko@...tura.hr>
To: catalin.marinas@....com,
will@...nel.org,
olivia@...enic.com,
herbert@...dor.apana.org.au,
davem@...emloft.net,
vkoul@...nel.org,
andi.shyti@...nel.org,
broonie@...nel.org,
linux-arm-kernel@...ts.infradead.org,
linux-kernel@...r.kernel.org,
linux-crypto@...r.kernel.org,
dmaengine@...r.kernel.org,
linux-i2c@...r.kernel.org,
linux-spi@...r.kernel.org,
kernel@...gutronix.de,
ore@...gutronix.de,
luka.perkov@...tura.hr,
arnd@...db.de,
daniel.machon@...rochip.com
Cc: Robert Marko <robert.marko@...tura.hr>
Subject: [PATCH v7 3/6] i2c: at91: make it selectable for ARCH_LAN969X
LAN969x uses the AT91 TWI I2C, so make it selectable for ARCH_LAN969X.
Signed-off-by: Robert Marko <robert.marko@...tura.hr>
---
drivers/i2c/busses/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig
index 48c5ab832009..ba8c75e3b83f 100644
--- a/drivers/i2c/busses/Kconfig
+++ b/drivers/i2c/busses/Kconfig
@@ -414,7 +414,7 @@ config I2C_ASPEED
config I2C_AT91
tristate "Atmel AT91 I2C Two-Wire interface (TWI)"
- depends on ARCH_AT91 || COMPILE_TEST
+ depends on ARCH_AT91 || ARCH_LAN969X || COMPILE_TEST
help
This supports the use of the I2C interface on Atmel AT91
processors.
--
2.49.0
Powered by blists - more mailing lists