:orphan: .. title:: CONFIG_BT_MESH_LIGHT_XYL_SRV .. kconfig:: CONFIG_BT_MESH_LIGHT_XYL_SRV CONFIG_BT_MESH_LIGHT_XYL_SRV ############################ *xyL Server* Type: ``bool`` Help ==== .. code-block:: none Enable Mesh Light xyL Server model. Direct dependencies =================== \ :kconfig:`BT_MESH ` && \ :kconfig:`BT ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :kconfig:`BT_MESH_NRF_MODELS ` - \ :kconfig:`BT_MESH_LIGHTNESS_SRV ` - \ :kconfig:`BT_MESH_MODEL_EXTENSIONS ` Kconfig definition ================== At ``/subsys/bluetooth/mesh/Kconfig.models:544`` Included via ``/Kconfig:8`` → ``/Kconfig.zephyr:31`` → ``/modules/Kconfig:6`` → ``/doc/_build/kconfig/Kconfig.modules:2`` → ``/Kconfig.nrf:54`` → ``/subsys/Kconfig:10`` → ``/subsys/bluetooth/Kconfig:30`` → ``/subsys/bluetooth/mesh/Kconfig:11`` Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Bluetooth Low Energy → Bluetooth mesh → nRF BT mesh models .. code-block:: kconfig config BT_MESH_LIGHT_XYL_SRV bool "xyL Server" select BT_MESH_NRF_MODELS select BT_MESH_LIGHTNESS_SRV select BT_MESH_MODEL_EXTENSIONS depends on BT_MESH && BT help Enable Mesh Light xyL Server model. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*