-
CONFIG_BT_SPI_RESET_PIN
¶
SPI Reset line number
Type: int
Help¶
This option specifies the Reset line number on the SPI device
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:133
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_RESET_PIN int prompt "SPI Reset line number" 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 Reset line number on the SPI device
(Definitions include propagated dependencies, including from if’s and menus.)