@@ -314,45 +314,11 @@ config BT_LE_CONTROLLER_LOG_SPI_OUT_ENABLED
314314 bool "Output ble controller logs to SPI bus (Experimental)"
315315 depends on BT_LE_CONTROLLER_LOG_ENABLED
316316 depends on !BT_LE_CONTROLLER_LOG_DUMP_ONLY
317+ select BT_BLE_LOG_SPI_OUT_ENABLED
317318 default n
318319 help
319320 Output ble controller logs to SPI bus
320321
321- config BT_LE_CONTROLLER_LOG_SPI_OUT_QUEUE_SIZE
322- int "Number of ble controller log async SPI output queues"
323- depends on BT_LE_CONTROLLER_LOG_SPI_OUT_ENABLED
324- default 4
325- help
326- The number of ble controller log async SPI output queues
327-
328- config BT_LE_CONTROLLER_LOG_SPI_OUT_TRANS_BUF_SIZE
329- int "Size of ble controller log async SPI output transaction buffer size"
330- depends on BT_LE_CONTROLLER_LOG_SPI_OUT_ENABLED
331- default 512
332- help
333- The size of ble controller log async SPI output transaction buffer size
334-
335- config BT_LE_CONTROLLER_LOG_SPI_OUT_MOSI_IO_NUM
336- int "GPIO number of SPI MOSI"
337- depends on BT_LE_CONTROLLER_LOG_SPI_OUT_ENABLED
338- default 25
339- help
340- GPIO number of SPI MOSI
341-
342- config BT_LE_CONTROLLER_LOG_SPI_OUT_SCLK_IO_NUM
343- int "GPIO number of SPI SCLK"
344- depends on BT_LE_CONTROLLER_LOG_SPI_OUT_ENABLED
345- default 26
346- help
347- GPIO number of SPI SCLK
348-
349- config BT_LE_CONTROLLER_LOG_SPI_OUT_CS_IO_NUM
350- int "GPIO number of SPI CS"
351- depends on BT_LE_CONTROLLER_LOG_SPI_OUT_ENABLED
352- default 27
353- help
354- GPIO number of SPI CS
355-
356322config BT_LE_CONTROLLER_LOG_STORAGE_ENABLE
357323 bool "Store ble controller logs to flash(Experimental)"
358324 depends on !BT_LE_CONTROLLER_LOG_DUMP_ONLY
0 commit comments