Skip to content

Commit d7cf993

Browse files
vadimp-nvidiawsakernel
authored andcommitted
i2c: mlxcpld: Allow driver to run on ARM64 architecture
Extend driver dependency by ARM64 architecture. Signed-off-by: Vadim Pasternak <[email protected]> Reviewed-by: Michael Shych <[email protected]> Signed-off-by: Wolfram Sang <[email protected]>
1 parent 7723940 commit d7cf993

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
@@ -1384,7 +1384,7 @@ config I2C_ICY
13841384

13851385
config I2C_MLXCPLD
13861386
tristate "Mellanox I2C driver"
1387-
depends on X86_64 || COMPILE_TEST
1387+
depends on X86_64 || ARM64 || COMPILE_TEST
13881388
help
13891389
This exposes the Mellanox platform I2C busses to the linux I2C layer
13901390
for X86 based systems.

0 commit comments

Comments
 (0)