CONFIG_BT_SPI_CHIP_SELECT_DEV_NAME

Chip Select (CS) line driver name

Type: string

Help

This option specifies the name of GPIO driver controlling the Chip Select (CS) line.

Direct dependencies

BT_SPI_BLUENRG && !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:102

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

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

config BT_SPI_CHIP_SELECT_DEV_NAME
    string
    prompt "Chip Select (CS) line driver name" if BT_SPI_BLUENRG && !HAS_DTS_SPI_PINS && BT_SPI && BT_HCI && BT && !BT_CTLR
    depends on BT_SPI_BLUENRG && !HAS_DTS_SPI_PINS && BT_SPI && BT_HCI && BT && !BT_CTLR
    help
      This option specifies the name of GPIO driver controlling
      the Chip Select (CS) line.

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