Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 06205206 authored by Andrew Bresticker's avatar Andrew Bresticker Committed by Wolfram Sang
Browse files

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: default avatarAndrew Bresticker <abrestic@chromium.org>
Acked-by: default avatarJames Hogan <james.hogan@imgtec.com>
Signed-off-by: default avatarWolfram Sang <wsa@the-dreams.de>
parent 30021e37
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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.