Skip to content

Commit 8513132

Browse files
ananglrlubos
authored andcommitted
[nrf fromtree] bluetooth: common: Kconfig: Add missing dependency for BT_MONITOR
This module calls `log_output_*` functions so it should enable the `LOG_OUTPUT` Kconfig option explicitly. Signed-off-by: Andrzej Głąbek <[email protected]> (cherry picked from commit cb1b1ce)
1 parent 7b739ac commit 8513132

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

subsys/bluetooth/common/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,7 @@ endif # BT_ASSERT
282282

283283
config BT_MONITOR
284284
bool
285+
select LOG_OUTPUT
285286

286287
choice BT_DEBUG_TYPE
287288
prompt "Bluetooth debug type"

0 commit comments

Comments
 (0)