Skip to content

Commit 608ecf6

Browse files
author
Zhou Xiao
committed
change(ble): update ble log spi out config for ESP32-H2
1 parent e61089e commit 608ecf6

File tree

1 file changed

+1
-35
lines changed

1 file changed

+1
-35
lines changed

components/bt/controller/esp32h2/Kconfig.in

Lines changed: 1 addition & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -337,45 +337,11 @@ config BT_LE_CONTROLLER_LOG_SPI_OUT_ENABLED
337337
bool "Output ble controller logs to SPI bus (Experimental)"
338338
depends on BT_LE_CONTROLLER_LOG_ENABLED
339339
depends on !BT_LE_CONTROLLER_LOG_DUMP_ONLY
340+
select BT_BLE_LOG_SPI_OUT_ENABLED
340341
default n
341342
help
342343
Output ble controller logs to SPI bus
343344

344-
config BT_LE_CONTROLLER_LOG_SPI_OUT_QUEUE_SIZE
345-
int "Number of ble controller log async SPI output queues"
346-
depends on BT_LE_CONTROLLER_LOG_SPI_OUT_ENABLED
347-
default 4
348-
help
349-
The number of ble controller log async SPI output queues
350-
351-
config BT_LE_CONTROLLER_LOG_SPI_OUT_TRANS_BUF_SIZE
352-
int "Size of ble controller log async SPI output transaction buffer size"
353-
depends on BT_LE_CONTROLLER_LOG_SPI_OUT_ENABLED
354-
default 512
355-
help
356-
The size of ble controller log async SPI output transaction buffer size
357-
358-
config BT_LE_CONTROLLER_LOG_SPI_OUT_MOSI_IO_NUM
359-
int "GPIO number of SPI MOSI"
360-
depends on BT_LE_CONTROLLER_LOG_SPI_OUT_ENABLED
361-
default 25
362-
help
363-
GPIO number of SPI MOSI
364-
365-
config BT_LE_CONTROLLER_LOG_SPI_OUT_SCLK_IO_NUM
366-
int "GPIO number of SPI SCLK"
367-
depends on BT_LE_CONTROLLER_LOG_SPI_OUT_ENABLED
368-
default 26
369-
help
370-
GPIO number of SPI SCLK
371-
372-
config BT_LE_CONTROLLER_LOG_SPI_OUT_CS_IO_NUM
373-
int "GPIO number of SPI CS"
374-
depends on BT_LE_CONTROLLER_LOG_SPI_OUT_ENABLED
375-
default 27
376-
help
377-
GPIO number of SPI CS
378-
379345
config BT_LE_CONTROLLER_LOG_STORAGE_ENABLE
380346
bool "Store ble controller logs to flash(Experimental)"
381347
depends on !BT_LE_CONTROLLER_LOG_DUMP_ONLY

0 commit comments

Comments
 (0)