hc
2024-10-12 a5969cabbb4660eab42b6ef0412cbbd1200cf14d
kernel/drivers/i2c/muxes/Kconfig
....@@ -1,3 +1,4 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 #
23 # Multiplexer I2C chip drivers configuration
34 #
....@@ -108,14 +109,14 @@
108109 want to change the I2C master at run-time depending on features.
109110
110111 config I2C_MUX_MLXCPLD
111
- tristate "Mellanox CPLD based I2C multiplexer"
112
- help
113
- If you say yes to this option, support will be included for a
114
- CPLD based I2C multiplexer. This driver provides access to
115
- I2C busses connected through a MUX, which is controlled
116
- by a CPLD register.
112
+ tristate "Mellanox CPLD based I2C multiplexer"
113
+ help
114
+ If you say yes to this option, support will be included for a
115
+ CPLD based I2C multiplexer. This driver provides access to
116
+ I2C busses connected through a MUX, which is controlled
117
+ by a CPLD register.
117118
118
- This driver can also be built as a module. If so, the module
119
- will be called i2c-mux-mlxcpld.
119
+ This driver can also be built as a module. If so, the module
120
+ will be called i2c-mux-mlxcpld.
120121
121122 endmenu