CONFIG_ADXL372_SPI_GPIO_CS

ADXL372 SPI CS through a GPIO pin

Type: bool

Help

This option is useful if one needs to manage SPI CS through a GPIO pin to by-pass the SPI controller’s CS logic.

Direct dependencies

ADXL372_SPI && !HAS_DTS_SPI_DEVICE && ADXL372 && SENSOR

(Includes any dependencies from if’s and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At drivers/sensor/adxl372/Kconfig:81

Included via Kconfig:10Kconfig.zephyr:29drivers/Kconfig:64drivers/sensor/Kconfig:42

Menu path: (top menu) → Device Drivers → Sensor Drivers → ADXL372 Three Axis High-g I2C/SPI accelerometer

config ADXL372_SPI_GPIO_CS
    bool
    prompt "ADXL372 SPI CS through a GPIO pin" if ADXL372_SPI && !HAS_DTS_SPI_DEVICE && ADXL372 && SENSOR
    depends on ADXL372_SPI && !HAS_DTS_SPI_DEVICE && ADXL372 && SENSOR
    help
      This option is useful if one needs to manage SPI CS through a GPIO
      pin to by-pass the SPI controller's CS logic.

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