| .. | .. |
|---|
| 1 | +# SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | # |
|---|
| 2 | 3 | # Multiplexer I2C chip drivers configuration |
|---|
| 3 | 4 | # |
|---|
| .. | .. |
|---|
| 108 | 109 | want to change the I2C master at run-time depending on features. |
|---|
| 109 | 110 | |
|---|
| 110 | 111 | 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. |
|---|
| 117 | 118 | |
|---|
| 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. |
|---|
| 120 | 121 | |
|---|
| 121 | 122 | endmenu |
|---|