@@ -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-
388354config 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