:orphan: .. title:: BT_SPI_BLUENRG .. option:: CONFIG_BT_SPI_BLUENRG *Enable compatibility with BlueNRG-based devices* Type: ``bool`` Help ==== Enable support for devices compatible with the BlueNRG Bluetooth Stack. Current driver supports: ST BLUENRG-MS. Direct dependencies =================== (\ :option:`BT ` && \ :option:`SHIELD_X_NUCLEO_IDB05A1 `) || (\ :option:`BT ` && \ :option:`BOARD_B_L4S5I_IOT01A `) || (\ :option:`BT ` && \ :option:`BOARD_DISCO_L475_IOT1 `) || (\ :option:`BT ` && \ :option:`BOARD_STM32L562E_DK `) || (\ :option:`BT ` && \ :option:`SHIELD_X_NUCLEO_IDB05A1 `) || (\ :option:`BT_SPI ` && \ :option:`BT_HCI ` && \ :option:`BT ` && !\ :option:`BT_CTLR `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - y - y - y - y - y Kconfig definitions =================== .. highlight:: kconfig At ``boards/shields/x_nucleo_idb05a1/Kconfig.defconfig:15`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:17`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.shield.defconfig:1`` Menu path: (Top) .. parsed-literal:: config BT_SPI_BLUENRG bool default y depends on \ :option:`BT ` && \ :option:`SHIELD_X_NUCLEO_IDB05A1 ` ---- At ``boards/arm/b_l4s5i_iot01a/Kconfig.defconfig:37`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. parsed-literal:: config BT_SPI_BLUENRG bool default y depends on \ :option:`BT ` && \ :option:`BOARD_B_L4S5I_IOT01A ` ---- At ``boards/arm/disco_l475_iot1/Kconfig.defconfig:42`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. parsed-literal:: config BT_SPI_BLUENRG bool default y depends on \ :option:`BT ` && \ :option:`BOARD_DISCO_L475_IOT1 ` ---- At ``boards/arm/stm32l562e_dk/Kconfig.defconfig:20`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. parsed-literal:: config BT_SPI_BLUENRG bool default y depends on \ :option:`BT ` && \ :option:`BOARD_STM32L562E_DK ` ---- At ``boards/shields/x_nucleo_idb05a1/Kconfig.defconfig:15`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. parsed-literal:: config BT_SPI_BLUENRG bool default y depends on \ :option:`BT ` && \ :option:`SHIELD_X_NUCLEO_IDB05A1 ` ---- At ``drivers/bluetooth/hci/Kconfig:98`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:8`` → ``drivers/bluetooth/Kconfig:16`` Menu path: (Top) → Device Drivers → Bluetooth Drivers .. parsed-literal:: config BT_SPI_BLUENRG bool "Enable compatibility with BlueNRG-based devices" depends on \ :option:`BT_SPI ` && \ :option:`BT_HCI ` && \ :option:`BT ` && !\ :option:`BT_CTLR ` 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.)*