* [PATCH] i2c: allow i2c-versatile for ARM MPS platforms
@ 2017-07-26 10:03 Russell King
  2017-07-31 15:05 ` Wolfram Sang
  0 siblings, 1 reply; 2+ messages in thread
From: Russell King @ 2017-07-26 10:03 UTC (permalink / raw)
  To: linux-arm-kernel
Allow i2c-versatile to be enabled for ARM MPS platforms.
Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
---
 drivers/i2c/busses/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig
index b6ed94636267..3d2c9bdf4acd 100644
--- a/drivers/i2c/busses/Kconfig
+++ b/drivers/i2c/busses/Kconfig
@@ -990,7 +990,7 @@ config I2C_UNIPHIER_F
 
 config I2C_VERSATILE
 	tristate "ARM Versatile/Realview I2C bus support"
-	depends on ARCH_VERSATILE || ARCH_REALVIEW || ARCH_VEXPRESS || COMPILE_TEST
+	depends on ARCH_MPS2 || ARCH_VERSATILE || ARCH_REALVIEW || ARCH_VEXPRESS || COMPILE_TEST
 	select I2C_ALGOBIT
 	help
 	  Say yes if you want to support the I2C serial bus on ARMs Versatile
-- 
2.7.4
^ permalink raw reply related	[flat|nested] 2+ messages in thread
* [PATCH] i2c: allow i2c-versatile for ARM MPS platforms
  2017-07-26 10:03 [PATCH] i2c: allow i2c-versatile for ARM MPS platforms Russell King
@ 2017-07-31 15:05 ` Wolfram Sang
  0 siblings, 0 replies; 2+ messages in thread
From: Wolfram Sang @ 2017-07-31 15:05 UTC (permalink / raw)
  To: linux-arm-kernel
On Wed, Jul 26, 2017 at 11:03:49AM +0100, Russell King wrote:
> Allow i2c-versatile to be enabled for ARM MPS platforms.
> 
> Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
Applied to for-current, thanks!
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20170731/ff919862/attachment-0001.sig>
^ permalink raw reply	[flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-07-31 15:05 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-26 10:03 [PATCH] i2c: allow i2c-versatile for ARM MPS platforms Russell King
2017-07-31 15:05 ` Wolfram Sang
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).