diff options
| author | Vadim Pasternak <[email protected]> | 2023-08-22 18:51:36 +0000 |
|---|---|---|
| committer | Wolfram Sang <[email protected]> | 2023-08-25 22:12:48 +0200 |
| commit | d7cf993f832ad2a4f36666512ccefb05b5612e51 (patch) | |
| tree | d2a88f706914890c6a53026cce59d8f796de968e | |
| parent | 7723940360fd7716bae0e11dc266ff427730e593 (diff) | |
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]>
| -rw-r--r-- | drivers/i2c/busses/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig index 9cfe8fc509d7..169607e80331 100644 --- a/drivers/i2c/busses/Kconfig +++ b/drivers/i2c/busses/Kconfig @@ -1384,7 +1384,7 @@ config I2C_ICY config I2C_MLXCPLD tristate "Mellanox I2C driver" - depends on X86_64 || COMPILE_TEST + depends on X86_64 || ARM64 || COMPILE_TEST help This exposes the Mellanox platform I2C busses to the linux I2C layer for X86 based systems. |