aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c
diff options
context:
space:
mode:
authorJames Hogan <jhogan@kernel.org>2018-02-21 15:54:54 +0000
committerJames Hogan <jhogan@kernel.org>2018-03-05 16:34:26 +0000
commit8d06c3302635f0ab426937f2bb10e9b9c34087e4 (patch)
tree08716d2ead3a9770eee9a8391087b7483e1c030d /drivers/i2c
parentmedia: img-ir: Drop METAG dependency (diff)
downloadlinux-dev-8d06c3302635f0ab426937f2bb10e9b9c34087e4.tar.xz
linux-dev-8d06c3302635f0ab426937f2bb10e9b9c34087e4.zip
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 <jhogan@kernel.org> Acked-by: Wolfram Sang <wsa@the-dreams.de> Cc: linux-i2c@vger.kernel.org Cc: linux-metag@vger.kernel.org
Diffstat (limited to 'drivers/i2c')
-rw-r--r--drivers/i2c/busses/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig
index a9805c7cb305..94f419489a0b 100644
--- a/drivers/i2c/busses/Kconfig
+++ b/drivers/i2c/busses/Kconfig
@@ -635,7 +635,7 @@ config I2C_IBM_IIC
config I2C_IMG
tristate "Imagination Technologies I2C SCB Controller"
- depends on MIPS || METAG || COMPILE_TEST
+ depends on MIPS || COMPILE_TEST
help
Say Y here if you want to use the IMG I2C SCB controller,
available on the TZ1090 and other IMG SoCs.