Skip to content

Commit a03b8e1

Browse files
author
Zhou Xiao
committed
change(ble): update ble log spi out config for ESP32-C5
1 parent d3a639b commit a03b8e1

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

components/bt/controller/esp32c5/Kconfig.in

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -310,6 +310,15 @@ config BT_LE_CONTROLLER_LOG_DUMP_ONLY
310310
help
311311
Only operate in dump mode
312312

313+
config BT_LE_CONTROLLER_LOG_SPI_OUT_ENABLED
314+
bool "Output ble controller logs to SPI bus (Experimental)"
315+
depends on BT_LE_CONTROLLER_LOG_ENABLED
316+
depends on !BT_LE_CONTROLLER_LOG_DUMP_ONLY
317+
select BT_BLE_LOG_SPI_OUT_ENABLED
318+
default n
319+
help
320+
Output ble controller logs to SPI bus
321+
313322
config BT_LE_CONTROLLER_LOG_STORAGE_ENABLE
314323
bool "Store ble controller logs to flash(Experimental)"
315324
depends on !BT_LE_CONTROLLER_LOG_DUMP_ONLY

0 commit comments

Comments
 (0)