projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7723940
)
i2c: mlxcpld: Allow driver to run on ARM64 architecture
author
Vadim Pasternak
<vadimp@nvidia.com>
Tue, 22 Aug 2023 18:51:36 +0000
(18:51 +0000)
committer
Wolfram Sang
<wsa@kernel.org>
Fri, 25 Aug 2023 20:12:48 +0000
(22:12 +0200)
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>
drivers/i2c/busses/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/i2c/busses/Kconfig
b/drivers/i2c/busses/Kconfig
index 9cfe8fc509d7d6618cdad2bd74c30d9b4f3d672e..169607e803318292b4fc071009dda41cb75e19f3 100644
(file)
--- 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.