:orphan: .. title:: BT_TMP .. option:: CONFIG_BT_TMP *Temporary Role* Type: ``bool`` Help ==== Temporary role to manual test ULL/LLL split architecture. Direct dependencies =================== \ :option:`BT_SHELL ` && \ :option:`BT_LL_SW_SPLIT ` && \ :option:`BT_CTLR ` && \ :option:`BT_HCI ` && \ :option:`BT ` *(Includes any dependencies from if's and menus.)* Defaults ======== - "y" if \ :option:`BT_SHELL ` && \ :option:`BT_LL_SW_SPLIT ` && \ :option:`BT_CTLR ` && \ :option:`BT_HCI ` && \ :option:`BT ` Kconfig definition ================== .. highlight:: kconfig At ``subsys/bluetooth/controller/Kconfig:680`` Included via ``Kconfig:10`` → ``Kconfig.zephyr:39`` → ``subsys/Kconfig:8`` → ``subsys/bluetooth/Kconfig:145`` Menu path: (top menu) → Bluetooth → Bluetooth support → Bluetooth Controller .. parsed-literal:: config BT_TMP bool prompt "Temporary Role" if \ :option:`BT_SHELL ` && \ :option:`BT_LL_SW_SPLIT ` && \ :option:`BT_CTLR ` && \ :option:`BT_HCI ` && \ :option:`BT ` default "y" if \ :option:`BT_SHELL ` && \ :option:`BT_LL_SW_SPLIT ` && \ :option:`BT_CTLR ` && \ :option:`BT_HCI ` && \ :option:`BT ` depends on \ :option:`BT_SHELL ` && \ :option:`BT_LL_SW_SPLIT ` && \ :option:`BT_CTLR ` && \ :option:`BT_HCI ` && \ :option:`BT ` help Temporary role to manual test ULL/LLL split architecture. *(Definitions include propagated dependencies, including from if's and menus.)*