aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/Kconfig
diff options
context:
space:
mode:
authorTzachi Perelstein <tzachi@marvell.com>2007-11-12 12:38:51 -0500
committerRussell King <rmk+kernel@arm.linux.org.uk>2008-01-26 10:03:59 -0500
commita0832798c05241f15e793805b6024919c07b8292 (patch)
tree32651dbe7acda8a17efe4f44e75547e6266bb49b /drivers/i2c/busses/Kconfig
parent60ce1c20068ec2c138cdf9e5cbe583cc60883c62 (diff)
[I2C] Split mv643xx I2C platform support
The motivation for this change is to allow other chips, like the Marvell Orion ARM SoC family, to use the existing i2c-mv64xxx driver. Signed-off-by: Tzachi Perelstein <tzachi@marvell.com> Acked-by: Nicolas Pitre <nico@marvell.com> Acked-by: Dale Farnsworth <dale@farnsworth.org> Acked-by: Mark A. Greer <mgreer@mvista.com> Acked-by: Jean Delvare <khali@linux-fr.org>
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.