summaryrefslogtreecommitdiff
path: root/docs/configuration/i2c.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/configuration/i2c.md')
-rw-r--r--docs/configuration/i2c.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/configuration/i2c.md b/docs/configuration/i2c.md
index f258b3cca3..7a6241e349 100644
--- a/docs/configuration/i2c.md
+++ b/docs/configuration/i2c.md
@@ -14,7 +14,7 @@ The following parameters control the behavior of the I2C library. [config.h]
defines a reasonable default value, but you may need to change the default value
for your board.
-- `CONFIG_I2C_CHIP_MAX_READ_SIZE <bytes>`
+- `CONFIG_I2C_CHIP_MAX_TRANSFER_SIZE <bytes>`
- `CONFIG_I2C_NACK_RETRY_COUNT <count>`
- `CONFIG_I2C_EXTRA_PACKET_SIZE <bytes>` - Only used on STM32 EC's if
`CONFIG_HOSTCMD_I2C_ADDR_FLAGS` is defined.