:orphan: .. title:: CONFIG_NET_L2_BT .. kconfig:: CONFIG_NET_L2_BT CONFIG_NET_L2_BT ################ *Enable Bluetooth support* Type: ``bool`` Help ==== .. code-block:: none Enable Bluetooth driver that send and receives IPv6 packets, does header compression on it and writes it to the Bluetooth stack via L2CAP channel. Direct dependencies =================== (\ :kconfig:`NET_IPV6 ` && \ :kconfig:`NETWORKING ` && \ :kconfig:`BOARD_96B_CARBON `) || (\ :kconfig:`NET_IPV6 ` && \ :kconfig:`BT ` && \ :kconfig:`BT_PERIPHERAL ` && \ :kconfig:`BT_CENTRAL ` && \ :kconfig:`BT_SMP ` && \ :kconfig:`BT_L2CAP_DYNAMIC_CHANNEL ` && \ :kconfig:`NETWORKING `) *(Includes any dependencies from ifs and menus.)* Default ======= - \ :kconfig:`BT ` Symbols selected by this symbol =============================== - \ :kconfig:`NET_6LO ` Kconfig definitions =================== At ``/arm/96b_carbon/Kconfig.defconfig:47`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:22`` Menu path: (Top) .. code-block:: kconfig config NET_L2_BT bool default BT depends on NET_IPV6 && NETWORKING && BOARD_96B_CARBON ---- At ``/net/l2/Kconfig:13`` 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 .. code-block:: kconfig config NET_L2_BT bool "Enable Bluetooth support" select NET_6LO depends on NET_IPV6 && BT && BT_PERIPHERAL && BT_CENTRAL && BT_SMP && BT_L2CAP_DYNAMIC_CHANNEL && NETWORKING help Enable Bluetooth driver that send and receives IPv6 packets, does header compression on it and writes it to the Bluetooth stack via L2CAP channel. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*