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¶
(BT && SHIELD_X_NUCLEO_IDB05A1) || (BT && SHIELD_X_NUCLEO_IDB05A1) || (BT && BOARD_B_L4S5I_IOT01A) || (BT && BOARD_DISCO_L475_IOT1) || (BT && BOARD_STM32L562E_DK) || (BT && SHIELD_X_NUCLEO_IDB05A1) || (BT_SPI && BT_HCI && BT_DRIVERS)
(Includes any dependencies from ifs and menus.)
Defaults¶
- y 
- y 
- y 
- y 
- y 
- y 
Kconfig definitions¶
At <Zephyr Boards>/shields/x_nucleo_idb05a1/Kconfig.defconfig:15
Included via Kconfig:8 → Kconfig.zephyr:18 → <BuildDir>/kconfig/Kconfig.shield.defconfig:1
Menu path: (Top)
config BT_SPI_BLUENRG
    bool
    default y
    depends on BT && SHIELD_X_NUCLEO_IDB05A1
At <Zephyr Boards>/shields/x_nucleo_idb05a1/Kconfig.defconfig:15
Included via Kconfig:8 → Kconfig.zephyr:20
Menu path: (Top)
config BT_SPI_BLUENRG
    bool
    default y
    depends on BT && SHIELD_X_NUCLEO_IDB05A1
At <Zephyr Boards>/arm/b_l4s5i_iot01a/Kconfig.defconfig:37
Included via Kconfig:8 → Kconfig.zephyr:22
Menu path: (Top)
config BT_SPI_BLUENRG
    bool
    default y
    depends on BT && BOARD_B_L4S5I_IOT01A
At <Zephyr Boards>/arm/disco_l475_iot1/Kconfig.defconfig:42
Included via Kconfig:8 → Kconfig.zephyr:22
Menu path: (Top)
config BT_SPI_BLUENRG
    bool
    default y
    depends on BT && BOARD_DISCO_L475_IOT1
At <Zephyr Boards>/arm/stm32l562e_dk/Kconfig.defconfig:25
Included via Kconfig:8 → Kconfig.zephyr:22
Menu path: (Top)
config BT_SPI_BLUENRG
    bool
    default y
    depends on BT && BOARD_STM32L562E_DK
At <Zephyr Boards>/shields/x_nucleo_idb05a1/Kconfig.defconfig:15
Included via Kconfig:8 → Kconfig.zephyr:22
Menu path: (Top)
config BT_SPI_BLUENRG
    bool
    default y
    depends on BT && SHIELD_X_NUCLEO_IDB05A1
At <Zephyr Driver>/bluetooth/hci/Kconfig:91
Included via Kconfig:8 → Kconfig.zephyr:42 → <Zephyr Driver>/Kconfig:8 → <Zephyr Driver>/bluetooth/Kconfig:20
Menu path: (Top) → Device Drivers → Bluetooth Drivers
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.)