:orphan: .. title:: CONFIG_NET_L2_BT_MGMT .. kconfig:: CONFIG_NET_L2_BT_MGMT CONFIG_NET_L2_BT_MGMT ##################### *Enable Bluetooth Network Management support* Type: ``bool`` Direct dependencies =================== \ :kconfig:`NET_L2_BT ` && \ :kconfig:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :kconfig:`NET_MGMT ` - \ :kconfig:`NET_MGMT_EVENT ` Symbols that select this symbol =============================== - \ :kconfig:`NET_L2_BT_SHELL ` - \ :kconfig:`NET_CONFIG_BT_NODE ` Kconfig definition ================== At ``/net/l2/Kconfig:55`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:39`` → ``/net/Kconfig:85`` Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → Link layer options → Enable Bluetooth support .. code-block:: kconfig config NET_L2_BT_MGMT bool "Enable Bluetooth Network Management support" select NET_MGMT select NET_MGMT_EVENT depends on NET_L2_BT && NETWORKING *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*