:orphan: .. title:: BT_MESH_PROV .. option:: CONFIG_BT_MESH_PROV *(No prompt -- not directly user assignable.)* Type: ``bool`` Direct dependencies =================== \ :option:`BT_MESH ` && \ :option:`BT_HCI_HOST ` && \ :option:`BT_HCI ` && \ :option:`BT ` *(Includes any dependencies from if's and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :option:`BT_ECC ` if \ :option:`BT_MESH ` && \ :option:`BT_HCI_HOST ` && \ :option:`BT_HCI ` && \ :option:`BT ` Symbols that select this symbol =============================== - \ :option:`BT_MESH_PB_ADV ` - \ :option:`BT_MESH_PB_GATT ` Kconfig definition ================== .. highlight:: kconfig At ``subsys/bluetooth/host/mesh/Kconfig:23`` Included via ``Kconfig:10`` → ``Kconfig.zephyr:39`` → ``subsys/Kconfig:8`` → ``subsys/bluetooth/Kconfig:144`` → ``subsys/bluetooth/host/Kconfig:121`` Menu path: (top menu) → Bluetooth → Bluetooth support → Bluetooth Mesh support .. parsed-literal:: config BT_MESH_PROV bool select \ :option:`BT_ECC ` if \ :option:`BT_MESH ` && \ :option:`BT_HCI_HOST ` && \ :option:`BT_HCI ` && \ :option:`BT ` depends on \ :option:`BT_MESH ` && \ :option:`BT_HCI_HOST ` && \ :option:`BT_HCI ` && \ :option:`BT ` *(Definitions include propagated dependencies, including from if's and menus.)*