-
CONFIG_BT_CTLR_TO_HOST_SPI_IRQ_PIN
¶
SPI IRQ line number to an external Bluetooth Host
Type: int
Help¶
This option specifies the IRQ line number to be used to notify an external Bluetooth Host when Zephyr is acting as a Bluetooth Controller.
Direct dependencies¶
SPI
&& BT_HCI_RAW
&& BT_HCI
&& BT
(Includes any dependencies from if’s and menus.)
Defaults¶
- 0 if
SPI
&&BT_HCI_RAW
&&BT_HCI
&&BT
Kconfig definition¶
At subsys/bluetooth/Kconfig:145
Included via Kconfig:10
→ Kconfig.zephyr:35
→ subsys/Kconfig:8
Menu path: (top menu) → Bluetooth
config BT_CTLR_TO_HOST_SPI_IRQ_PIN int prompt "SPI IRQ line number to an external Bluetooth Host" ifSPI
&&BT_HCI_RAW
&&BT_HCI
&&BT
default 0 ifSPI
&&BT_HCI_RAW
&&BT_HCI
&&BT
depends onSPI
&&BT_HCI_RAW
&&BT_HCI
&&BT
help This option specifies the IRQ line number to be used to notify an external Bluetooth Host when Zephyr is acting as a Bluetooth Controller.
(Definitions include propagated dependencies, including from if’s and menus.)