:orphan: .. title:: CONFIG_BT_SPI_BLUENRG .. kconfig:: CONFIG_BT_SPI_BLUENRG CONFIG_BT_SPI_BLUENRG ##################### *Enable compatibility with BlueNRG-based devices* Type: ``bool`` Help ==== .. code-block:: none Enable support for devices compatible with the BlueNRG Bluetooth Stack. Current driver supports: ST BLUENRG-MS. Direct dependencies =================== (\ :kconfig:`BT ` && \ :kconfig:`SHIELD_X_NUCLEO_IDB05A1 `) || (\ :kconfig:`BT ` && \ :kconfig:`SHIELD_X_NUCLEO_IDB05A1 `) || (\ :kconfig:`BT ` && \ :kconfig:`BOARD_B_L4S5I_IOT01A `) || (\ :kconfig:`BT ` && \ :kconfig:`BOARD_DISCO_L475_IOT1 `) || (\ :kconfig:`BT ` && \ :kconfig:`BOARD_STM32L562E_DK `) || (\ :kconfig:`BT ` && \ :kconfig:`SHIELD_X_NUCLEO_IDB05A1 `) || (\ :kconfig:`BT_SPI ` && \ :kconfig:`BT_HCI ` && \ :kconfig:`BT_DRIVERS `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - y - y - y - y - y - y Kconfig definitions =================== At ``/shields/x_nucleo_idb05a1/Kconfig.defconfig:15`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` → ``/kconfig/Kconfig.shield.defconfig:1`` Menu path: (Top) .. code-block:: kconfig config BT_SPI_BLUENRG bool default y depends on BT && SHIELD_X_NUCLEO_IDB05A1 ---- At ``/shields/x_nucleo_idb05a1/Kconfig.defconfig:15`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:20`` Menu path: (Top) .. code-block:: kconfig config BT_SPI_BLUENRG bool default y depends on BT && SHIELD_X_NUCLEO_IDB05A1 ---- At ``/arm/b_l4s5i_iot01a/Kconfig.defconfig:37`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:22`` Menu path: (Top) .. code-block:: kconfig config BT_SPI_BLUENRG bool default y depends on BT && BOARD_B_L4S5I_IOT01A ---- At ``/arm/disco_l475_iot1/Kconfig.defconfig:42`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:22`` Menu path: (Top) .. code-block:: kconfig config BT_SPI_BLUENRG bool default y depends on BT && BOARD_DISCO_L475_IOT1 ---- At ``/arm/stm32l562e_dk/Kconfig.defconfig:25`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:22`` Menu path: (Top) .. code-block:: kconfig config BT_SPI_BLUENRG bool default y depends on BT && BOARD_STM32L562E_DK ---- At ``/shields/x_nucleo_idb05a1/Kconfig.defconfig:15`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:22`` Menu path: (Top) .. code-block:: kconfig config BT_SPI_BLUENRG bool default y depends on BT && SHIELD_X_NUCLEO_IDB05A1 ---- At ``/bluetooth/hci/Kconfig:91`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:8`` → ``/bluetooth/Kconfig:20`` Menu path: (Top) → Device Drivers → Bluetooth Drivers .. code-block:: kconfig config BT_SPI_BLUENRG bool "Enable compatibility with BlueNRG-based devices" depends on BT_SPI && BT_HCI && BT_DRIVERS help Enable support for devices compatible with the BlueNRG Bluetooth Stack. Current driver supports: ST BLUENRG-MS. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*