CONFIG_BT_SPI_RESET_DEV_NAME

Reset line driver name

Type: string

Help

This option specifies the name of GPIO driver controlling the chip’s Reset 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:115

Included via Kconfig:10Kconfig.zephyr:29drivers/Kconfig:12drivers/bluetooth/Kconfig:20

Menu path: (top menu) → Device Drivers → Bluetooth Drivers

config BT_SPI_RESET_DEV_NAME
    string
    prompt "Reset 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 Reset line.

(Definitions include propagated dependencies, including from if’s and menus.)