-
CONFIG_BT_CTLR_HCI_VS_BUILD_INFO
¶
Zephyr HCI VS Build Info string
Type: string
Help¶
User-defined string that will be returned by the Zephyr VS Read Build Information command after the Zephyr version and build time. When setting this to a value different from an empty string, a space character is required at the beginning to separate it from the already included information.
Direct dependencies¶
BT_HCI_VS_EXT
&& BT_CTLR
&& BT_HCI
&& BT
(Includes any dependencies from if’s and menus.)
Defaults¶
- “” if
BT_HCI_VS_EXT
&&BT_CTLR
&&BT_HCI
&&BT
Kconfig definition¶
At subsys/bluetooth/controller/Kconfig:72
Included via Kconfig:10
→ Kconfig.zephyr:39
→ subsys/Kconfig:8
→ subsys/bluetooth/Kconfig:145
Menu path: (top menu) → Bluetooth
config BT_CTLR_HCI_VS_BUILD_INFO string prompt "Zephyr HCI VS Build Info string" ifBT_HCI_VS_EXT
&&BT_CTLR
&&BT_HCI
&&BT
default "" ifBT_HCI_VS_EXT
&&BT_CTLR
&&BT_HCI
&&BT
depends onBT_HCI_VS_EXT
&&BT_CTLR
&&BT_HCI
&&BT
help User-defined string that will be returned by the Zephyr VS Read Build Information command after the Zephyr version and build time. When setting this to a value different from an empty string, a space character is required at the beginning to separate it from the already included information.
(Definitions include propagated dependencies, including from if’s and menus.)