Skip to content

Commit e61089e

Browse files
author
Zhou Xiao
committed
change(ble): update ble log spi out config for ESP32-C6
1 parent 58dc93b commit e61089e

File tree

1 file changed

+1
-35
lines changed

1 file changed

+1
-35
lines changed

components/bt/controller/esp32c6/Kconfig.in

Lines changed: 1 addition & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -346,45 +346,11 @@ config BT_LE_CONTROLLER_LOG_SPI_OUT_ENABLED
346346
bool "Output ble controller logs to SPI bus (Experimental)"
347347
depends on BT_LE_CONTROLLER_LOG_ENABLED
348348
depends on !BT_LE_CONTROLLER_LOG_DUMP_ONLY
349+
select BT_BLE_LOG_SPI_OUT_ENABLED
349350
default n
350351
help
351352
Output ble controller logs to SPI bus
352353

353-
config BT_LE_CONTROLLER_LOG_SPI_OUT_QUEUE_SIZE
354-
int "Number of ble controller log async SPI output queues"
355-
depends on BT_LE_CONTROLLER_LOG_SPI_OUT_ENABLED
356-
default 4
357-
help
358-
The number of ble controller log async SPI output queues
359-
360-
config BT_LE_CONTROLLER_LOG_SPI_OUT_TRANS_BUF_SIZE
361-
int "Size of ble controller log async SPI output transaction buffer size"
362-
depends on BT_LE_CONTROLLER_LOG_SPI_OUT_ENABLED
363-
default 512
364-
help
365-
The size of ble controller log async SPI output transaction buffer size
366-
367-
config BT_LE_CONTROLLER_LOG_SPI_OUT_MOSI_IO_NUM
368-
int "GPIO number of SPI MOSI"
369-
depends on BT_LE_CONTROLLER_LOG_SPI_OUT_ENABLED
370-
default 1
371-
help
372-
GPIO number of SPI MOSI
373-
374-
config BT_LE_CONTROLLER_LOG_SPI_OUT_SCLK_IO_NUM
375-
int "GPIO number of SPI SCLK"
376-
depends on BT_LE_CONTROLLER_LOG_SPI_OUT_ENABLED
377-
default 6
378-
help
379-
GPIO number of SPI SCLK
380-
381-
config BT_LE_CONTROLLER_LOG_SPI_OUT_CS_IO_NUM
382-
int "GPIO number of SPI CS"
383-
depends on BT_LE_CONTROLLER_LOG_SPI_OUT_ENABLED
384-
default 7
385-
help
386-
GPIO number of SPI CS
387-
388354
config BT_LE_CONTROLLER_LOG_STORAGE_ENABLE
389355
bool "Store ble controller logs to flash(Experimental)"
390356
depends on !BT_LE_CONTROLLER_LOG_DUMP_ONLY

0 commit comments

Comments
 (0)