aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c
diff options
context:
space:
mode:
authorAndrew Bresticker <abrestic@chromium.org>2014-11-18 18:58:33 -0500
committerWolfram Sang <wsa@the-dreams.de>2014-11-19 04:06:54 -0500
commit0620520630bcc2c45cea71ce9069ddbc41b4b24d (patch)
tree18255bcccb61bdcfdbf0044a7042830492c1cf5f /drivers/i2c
parent30021e3707a75cc29dc1252c062d374151c5985f (diff)
i2c: img-scb: Allow building for MIPS
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>
Diffstat (limited to 'drivers/i2c')
-rw-r--r--drivers/i2c/busses/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig
index a940e336351d..c074df7454d5 100644
--- a/drivers/i2c/busses/Kconfig
+++ b/drivers/i2c/busses/Kconfig
@@ -526,10 +526,10 @@ config I2C_IBM_IIC
526 526
527config I2C_IMG 527config I2C_IMG
528 tristate "Imagination Technologies I2C SCB Controller" 528 tristate "Imagination Technologies I2C SCB Controller"
529 depends on SOC_TZ1090 || COMPILE_TEST 529 depends on MIPS || METAG || COMPILE_TEST
530 help 530 help
531 Say Y here if you want to use the IMG I2C SCB controller, 531 Say Y here if you want to use the IMG I2C SCB controller,
532 available on the TZ1090 SoC. 532 available on the TZ1090 and other IMG SoCs.
533 533
534 This driver can also be built as a module. If so, the module 534 This driver can also be built as a module. If so, the module
535 will be called i2c-img-scb. 535 will be called i2c-img-scb.