i2c: img-scb: Allow building for MIPS
authorAndrew Bresticker <abrestic@chromium.org>
Tue, 18 Nov 2014 23:58:33 +0000 (15:58 -0800)
committerWolfram Sang <wsa@the-dreams.de>
Wed, 19 Nov 2014 09:06:54 +0000 (10:06 +0100)
The SCB is present on IMG SoCs other than the META-based TZ1090,
such as the MIPS-based Pistachio SoC.  Relax the Kconfig dependency
so that it can be built on any MIPS or META machine.

Signed-off-by: Andrew Bresticker <abrestic@chromium.org>
Acked-by: James Hogan <james.hogan@imgtec.com>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
drivers/i2c/busses/Kconfig

index a940e336351db107d3f0c57e324533d34807c8f2..c074df7454d534e1da6bd4efa0f97ee26a8f98d1 100644 (file)
@@ -526,10 +526,10 @@ config I2C_IBM_IIC
 
 config I2C_IMG
        tristate "Imagination Technologies I2C SCB Controller"
-       depends on SOC_TZ1090 || COMPILE_TEST
+       depends on MIPS || METAG || COMPILE_TEST
        help
          Say Y here if you want to use the IMG I2C SCB controller,
-         available on the TZ1090 SoC.
+         available on the TZ1090 and other IMG SoCs.
 
          This driver can also be built as a module.  If so, the module
          will be called i2c-img-scb.
This page took 0.02789 seconds and 5 git commands to generate.