:orphan: .. title:: BT_CTLR_HCI_VS_BUILD_INFO .. option:: 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 =================== \ :option:`BT_HCI_VS_EXT ` && \ :option:`BT_CTLR ` && \ :option:`BT_HCI ` && \ :option:`BT ` *(Includes any dependencies from ifs and menus.)* Default ======= - "" Kconfig definition ================== .. highlight:: kconfig At ``subsys/bluetooth/controller/Kconfig:117`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:9`` → ``subsys/bluetooth/Kconfig:240`` Menu path: (Top) → Sub Systems and OS Services → Bluetooth → Bluetooth Controller .. parsed-literal:: config BT_CTLR_HCI_VS_BUILD_INFO string "Zephyr HCI VS Build Info string" default "" depends on \ :option:`BT_HCI_VS_EXT ` && \ :option:`BT_CTLR ` && \ :option:`BT_HCI ` && \ :option:`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. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*