CONFIG_LSM6DSL_SPI_GPIO_CS

LSM6DSL 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

LSM6DSL && LSM6DSL_SPI && SENSOR

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

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At drivers/sensor/lsm6dsl/Kconfig:87

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

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

config LSM6DSL_SPI_GPIO_CS
    bool
    prompt "LSM6DSL SPI CS through a GPIO pin" if LSM6DSL && LSM6DSL_SPI && SENSOR
    depends on LSM6DSL && LSM6DSL_SPI && 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.)