* [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: Wolfram Sang; +Cc: linux-arm-kernel, linux-i2c
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
* Re: [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: Russell King; +Cc: linux-arm-kernel, linux-i2c
[-- Attachment #1: Type: text/plain, Size: 224 bytes --]
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!
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ 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).