From: Thomas Petazzoni Date: Fri, 22 Apr 2016 13:19:51 +0000 (+0200) Subject: i2c: mv64xxx: enable the driver on ARCH_MVEBU X-Git-Tag: v4.14-rc1~3204^2~18 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=05872b8039101867e7312c6c3a560b887b2d9079;p=platform%2Fkernel%2Flinux-rpi.git i2c: mv64xxx: enable the driver on ARCH_MVEBU The new ARM64 Marvell Armada 7K/8K SoC family is using the same I2C controller as the 32-bits Marvell EBU SoCs, so this commit allows mv64xxx to be enabled when ARCH_MVEBU=y. Signed-off-by: Thomas Petazzoni Signed-off-by: Wolfram Sang --- diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig index faa8e68..2966433 100644 --- a/drivers/i2c/busses/Kconfig +++ b/drivers/i2c/busses/Kconfig @@ -663,7 +663,7 @@ config I2C_MT65XX config I2C_MV64XXX tristate "Marvell mv64xxx I2C Controller" - depends on MV64X60 || PLAT_ORION || ARCH_SUNXI + depends on MV64X60 || PLAT_ORION || ARCH_SUNXI || ARCH_MVEBU help If you say yes to this option, support will be included for the built-in I2C interface on the Marvell 64xxx line of host bridges.