Skip to content

Commit 8d06c33

Browse files
committed
i2c: img-scb: Drop METAG dependency
Now that arch/metag/ has been removed, remove the METAG dependency from the IMG SCB I2C device driver. The hardware is also present on MIPS SoCs so the driver still has value. Signed-off-by: James Hogan <[email protected]> Acked-by: Wolfram Sang <[email protected]> Cc: [email protected] Cc: [email protected]
1 parent 43e951e commit 8d06c33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/i2c/busses/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -635,7 +635,7 @@ config I2C_IBM_IIC
635635

636636
config I2C_IMG
637637
tristate "Imagination Technologies I2C SCB Controller"
638-
depends on MIPS || METAG || COMPILE_TEST
638+
depends on MIPS || COMPILE_TEST
639639
help
640640
Say Y here if you want to use the IMG I2C SCB controller,
641641
available on the TZ1090 and other IMG SoCs.

0 commit comments

Comments
 (0)