aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/i2c/busses/Kconfig')
-rw-r--r--drivers/i2c/busses/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig
index c466c6cfc2e5..b148bf0ec6b7 100644
--- a/drivers/i2c/busses/Kconfig
+++ b/drivers/i2c/busses/Kconfig
@@ -648,7 +648,7 @@ config I2C_PCA_ISA
648 648
649config I2C_MV64XXX 649config I2C_MV64XXX
650 tristate "Marvell mv64xxx I2C Controller" 650 tristate "Marvell mv64xxx I2C Controller"
651 depends on MV64X60 && EXPERIMENTAL 651 depends on (MV64X60 || ARCH_ORION) && EXPERIMENTAL
652 help 652 help
653 If you say yes to this option, support will be included for the 653 If you say yes to this option, support will be included for the
654 built-in I2C interface on the Marvell 64xxx line of host bridges. 654 built-in I2C interface on the Marvell 64xxx line of host bridges.