From d01f32df2d34ca13bb7741d96063e908ce4ff9cd Mon Sep 17 00:00:00 2001 From: Zhou Xiao Date: Wed, 19 Feb 2025 20:54:05 +0800 Subject: [PATCH] change(ble): update ble log spi out config for ESP32-C2 (cherry picked from commit e4b698fc32249f3d30c6eba69de1d325fee71dee) Co-authored-by: Zhou Xiao --- components/bt/controller/esp32c2/Kconfig.in | 36 +-------------------- 1 file changed, 1 insertion(+), 35 deletions(-) diff --git a/components/bt/controller/esp32c2/Kconfig.in b/components/bt/controller/esp32c2/Kconfig.in index d0f9407b2e..5aeecd4099 100644 --- a/components/bt/controller/esp32c2/Kconfig.in +++ b/components/bt/controller/esp32c2/Kconfig.in @@ -312,45 +312,11 @@ config BT_LE_CONTROLLER_LOG_SPI_OUT_ENABLED bool "Output ble controller logs to SPI bus (Experimental)" depends on BT_LE_CONTROLLER_LOG_ENABLED depends on !BT_LE_CONTROLLER_LOG_DUMP_ONLY + select BT_BLE_LOG_SPI_OUT_ENABLED default n help Output ble controller logs to SPI bus -config BT_LE_CONTROLLER_LOG_SPI_OUT_QUEUE_SIZE - int "Number of ble controller log async SPI output queues" - depends on BT_LE_CONTROLLER_LOG_SPI_OUT_ENABLED - default 4 - help - The number of ble controller log async SPI output queues - -config BT_LE_CONTROLLER_LOG_SPI_OUT_TRANS_BUF_SIZE - int "Size of ble controller log async SPI output transaction buffer size" - depends on BT_LE_CONTROLLER_LOG_SPI_OUT_ENABLED - default 512 - help - The size of ble controller log async SPI output transaction buffer size - -config BT_LE_CONTROLLER_LOG_SPI_OUT_MOSI_IO_NUM - int "GPIO number of SPI MOSI" - depends on BT_LE_CONTROLLER_LOG_SPI_OUT_ENABLED - default 1 - help - GPIO number of SPI MOSI - -config BT_LE_CONTROLLER_LOG_SPI_OUT_SCLK_IO_NUM - int "GPIO number of SPI SCLK" - depends on BT_LE_CONTROLLER_LOG_SPI_OUT_ENABLED - default 6 - help - GPIO number of SPI SCLK - -config BT_LE_CONTROLLER_LOG_SPI_OUT_CS_IO_NUM - int "GPIO number of SPI CS" - depends on BT_LE_CONTROLLER_LOG_SPI_OUT_ENABLED - default 7 - help - GPIO number of SPI CS - config BT_LE_CONTROLLER_LOG_STORAGE_ENABLE bool "Store ble controller logs to flash(Experimental)" depends on !BT_LE_CONTROLLER_LOG_DUMP_ONLY