-
CONFIG_BT_SPI_IRQ_DEV_NAME
¶
IRQ line driver name
Type: string
Help¶
This option specifies the name of GPIO driver controlling the chip’s IRQ line.
Direct dependencies¶
!HAS_DTS_SPI_PINS
&& BT_SPI
&& BT_HCI
&& BT
&& !BT_CTLR
(Includes any dependencies from if’s and menus.)
Defaults¶
No defaults. Implicitly defaults to the empty string.
Kconfig definition¶
At drivers/bluetooth/hci/Kconfig:109
Included via Kconfig:10
→ Kconfig.zephyr:29
→ drivers/Kconfig:12
→ drivers/bluetooth/Kconfig:20
Menu path: (top menu) → Device Drivers → Bluetooth Drivers
config BT_SPI_IRQ_DEV_NAME string prompt "IRQ line driver name" if !HAS_DTS_SPI_PINS
&&BT_SPI
&&BT_HCI
&&BT
&& !BT_CTLR
depends on !HAS_DTS_SPI_PINS
&&BT_SPI
&&BT_HCI
&&BT
&& !BT_CTLR
help This option specifies the name of GPIO driver controlling the chip's IRQ line.
(Definitions include propagated dependencies, including from if’s and menus.)