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

Commit 8574ad78 authored by Tanmay Jagdale's avatar Tanmay Jagdale Committed by Wolfram Sang
Browse files

i2c: xlp9xx: add support for Broadcom Vulcan



The Broadcom Vulcan ARM64 processor uses the same I2C controller
present on the Broadcom XLP9xx/5xx MIPS processor family.
Updated the Kconfig by adding ARCH_VULCAN option.

Signed-off-by: default avatarTanmay Jagdale <tanmay.jagdale@broadcom.com>
Signed-off-by: default avatarWolfram Sang <wsa@the-dreams.de>
parent b0b6d123
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -975,10 +975,10 @@ config I2C_XLR

config I2C_XLP9XX
	tristate "XLP9XX I2C support"
	depends on CPU_XLP || COMPILE_TEST
	depends on CPU_XLP || ARCH_VULCAN || COMPILE_TEST
	help
	  This driver enables support for the on-chip I2C interface of
	  the Broadcom XLP9xx/XLP5xx MIPS processors.
	  the Broadcom XLP9xx/XLP5xx MIPS and Vulcan ARM64 processors.

	  This driver can also be built as a module.  If so, the module will
	  be called i2c-xlp9xx.