Skip to content

Commit 63aff01

Browse files
gmarullcarlescufi
authored andcommitted
bluetooth: common: remove Enable from BT_HCI_VS_FATAL_ERROR prompt
Boolean options are not allowed to start with "Enable...". BT_HCI_VS_FATAL_ERROR started with "Enable..." making some PRs fail due to compliance checks. Signed-off-by: Gerard Marull-Paretas <[email protected]>
1 parent 85be569 commit 63aff01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

subsys/bluetooth/common/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ config BT_HCI_VS_EXT
215215
Read Static Addresses and Read Key Hierarchy Roots vendor commands.
216216

217217
config BT_HCI_VS_FATAL_ERROR
218-
bool "Enable vendor specific HCI event Zephyr Fatal Error"
218+
bool "Allow vendor specific HCI event Zephyr Fatal Error"
219219
depends on BT_HCI_VS_EXT
220220
default n
221221
help

0 commit comments

Comments
 (0)