[PATCH v7 3/6] i2c: at91: make it selectable for ARCH_LAN969X
Robert Marko
robert.marko at sartura.hr
Fri Jun 13 04:39:38 PDT 2025
LAN969x uses the AT91 TWI I2C, so make it selectable for ARCH_LAN969X.
Signed-off-by: Robert Marko <robert.marko at sartura.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
More information about the linux-arm-kernel
mailing list