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 @@ -209,9 +209,12 @@ config BT_HCI_VS
209209 Host and/or Controller. This enables Set Version Information,
210210 Supported Commands, Supported Features vendor commands.
211211
212+ config BT_HCI_VS_FATAL_ERROR_SUPPORT
213+ bool
214+
212215config BT_HCI_VS_FATAL_ERROR
213216 bool "Allow vendor specific HCI event Zephyr Fatal Error"
214- depends on BT_HCI_VS
217+ depends on BT_HCI_VS && BT_HCI_VS_FATAL_ERROR_SUPPORT
215218 help
216219 Enable emitting HCI Vendor-Specific events for system and Controller
217220 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