]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commitdiff
i2c: img-scb: Drop METAG dependency
authorJames Hogan <jhogan@kernel.org>
Wed, 21 Feb 2018 15:54:54 +0000 (15:54 +0000)
committerJames Hogan <jhogan@kernel.org>
Mon, 5 Mar 2018 16:34:26 +0000 (16:34 +0000)
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
drivers/i2c/busses/Kconfig

index a9805c7cb305ac56162519a65b4398cb2f39fd73..94f419489a0b6761f896be7492a5b0b3caec10de 100644 (file)
@@ -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.