File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -230,9 +230,12 @@ config BT_HCI_VS
230230 Host and/or Controller. This enables Set Version Information,
231231 Supported Commands, Supported Features vendor commands.
232232
233+ config BT_HCI_VS_FATAL_ERROR_SUPPORT
234+ bool
235+
233236config BT_HCI_VS_FATAL_ERROR
234237 bool "Allow vendor specific HCI event Zephyr Fatal Error"
235- depends on BT_HCI_VS
238+ depends on BT_HCI_VS && BT_HCI_VS_FATAL_ERROR_SUPPORT
236239 help
237240 Enable emitting HCI Vendor-Specific events for system and Controller
238241 errors that are unrecoverable.
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ config BT_LLL_VENDOR_NORDIC
1717 select EXPERIMENTAL if !ENTROPY_HAS_DRIVER
1818
1919 select BT_HAS_HCI_VS
20+ select BT_HCI_VS_FATAL_ERROR_SUPPORT
2021 select BT_CTLR_CRYPTO_SUPPORT
2122 select BT_CTLR_LE_ENC_SUPPORT if BT_CTLR_CRYPTO_SUPPORT && \
2223 !BT_CTLR_DATA_LENGTH_CLEAR && \
You can’t perform that action at this time.
0 commit comments