summaryrefslogtreecommitdiffstats
path: root/drivers/i2c
diff options
context:
space:
mode:
authorTanmay Jagdale <tanmay.jagdale@broadcom.com>2016-04-11 18:01:26 +0530
committerWolfram Sang <wsa@the-dreams.de>2016-04-12 23:40:11 +0200
commit8574ad7800ad298dc7f184f12b454a67fa3dd839 (patch)
treee627c410ee6f7064fe4eddc8dfcc7d1676658a83 /drivers/i2c
parentb0b6d123f5df189d7d3a62d450e5f5c33ad614d8 (diff)
downloadop-kernel-dev-8574ad7800ad298dc7f184f12b454a67fa3dd839.zip
op-kernel-dev-8574ad7800ad298dc7f184f12b454a67fa3dd839.tar.gz
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: Tanmay Jagdale <tanmay.jagdale@broadcom.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 faa8e68..0967e1a 100644
--- a/drivers/i2c/busses/Kconfig
+++ b/drivers/i2c/busses/Kconfig
@@ -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.
OpenPOWER on IntegriCloud