Skip to content

Commit 46a60bb

Browse files
keith-zephyrnashif
authored andcommitted
drivers: i2c: Fix default setting for I2C dump allowlist
The option CONFIG_I2C_DUMP_MESSAGES_ALLOWLIST should automatically be turned on if the depedencies are satisfied. Signed-off-by: Keith Short <[email protected]>
1 parent d404fa6 commit 46a60bb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/i2c/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ config I2C_DUMP_MESSAGES_ALLOWLIST
4747
bool "Use allowlist for logging of I2C transactions"
4848
depends on I2C_DUMP_MESSAGES
4949
depends on DT_HAS_ZEPHYR_I2C_DUMP_ALLOWLIST_ENABLED
50+
default y
5051
help
5152
Use allowlist to specify which devices transactions should be logged.
5253
The allowlist is defined in the devicetree using the compatible string of

0 commit comments

Comments
 (0)