Skip to content

Commit a779cc5

Browse files
committed
log_i2c: Add !LOG_MODE_MINIMAL dependency for i2c log backend
It cannot be enabled when LOG_MODE_MINIMAL is set. Signed-off-by: Dong Wang <dong.d.wang@intel.com>
1 parent 2fb1532 commit a779cc5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

zephyr/subsys/logging/backends/Kconfig.i2c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# SPDX-License-Identifier: Apache-2.0
55
#
66

7-
if LOG
7+
if LOG && !LOG_MODE_MINIMAL
88

99
config LOG_BACKEND_I2C
1010
bool "Enable I2C log backend"
@@ -37,4 +37,4 @@ config LOG_I2C_DEV_ADDR
3737

3838
endif # LOG_BACKEND_I2C
3939

40-
endif # LOG
40+
endif # LOG && !LOG_MODE_MINIMAL

0 commit comments

Comments
 (0)