diff options
author | Vadim Pasternak <vadimp@nvidia.com> | 2023-08-22 21:51:36 +0300 |
---|---|---|
committer | Wolfram Sang <wsa@kernel.org> | 2023-08-25 23:12:48 +0300 |
commit | d7cf993f832ad2a4f36666512ccefb05b5612e51 (patch) | |
tree | d2a88f706914890c6a53026cce59d8f796de968e /drivers/i2c | |
parent | 7723940360fd7716bae0e11dc266ff427730e593 (diff) | |
download | linux-d7cf993f832ad2a4f36666512ccefb05b5612e51.tar.xz |
i2c: mlxcpld: Allow driver to run on ARM64 architecture
Extend driver dependency by ARM64 architecture.
Signed-off-by: Vadim Pasternak <vadimp@nvidia.com>
Reviewed-by: Michael Shych <michaelsh@nvidia.com>
Signed-off-by: Wolfram Sang <wsa@kernel.org>
Diffstat (limited to 'drivers/i2c')
-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. |