Skip to content

Commit 5871a15

Browse files
Russell KingWolfram Sang
authored andcommitted
i2c: allow i2c-versatile for ARM MPS platforms
Allow i2c-versatile to be enabled for ARM MPS platforms. Signed-off-by: Russell King <[email protected]> Signed-off-by: Wolfram Sang <[email protected]>
1 parent c69b9e1 commit 5871a15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/i2c/busses/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -983,7 +983,7 @@ config I2C_UNIPHIER_F
983983

984984
config I2C_VERSATILE
985985
tristate "ARM Versatile/Realview I2C bus support"
986-
depends on ARCH_VERSATILE || ARCH_REALVIEW || ARCH_VEXPRESS || COMPILE_TEST
986+
depends on ARCH_MPS2 || ARCH_VERSATILE || ARCH_REALVIEW || ARCH_VEXPRESS || COMPILE_TEST
987987
select I2C_ALGOBIT
988988
help
989989
Say yes if you want to support the I2C serial bus on ARMs Versatile

0 commit comments

Comments
 (0)