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>
This commit is contained in:
parent
7723940360
commit
d7cf993f83
|
@ -1384,7 +1384,7 @@ config I2C_ICY
|
||||||
|
|
||||||
config I2C_MLXCPLD
|
config I2C_MLXCPLD
|
||||||
tristate "Mellanox I2C driver"
|
tristate "Mellanox I2C driver"
|
||||||
depends on X86_64 || COMPILE_TEST
|
depends on X86_64 || ARM64 || COMPILE_TEST
|
||||||
help
|
help
|
||||||
This exposes the Mellanox platform I2C busses to the linux I2C layer
|
This exposes the Mellanox platform I2C busses to the linux I2C layer
|
||||||
for X86 based systems.
|
for X86 based systems.
|
||||||
|
|
Loading…
Reference in New Issue