CONFIG_LSM6DSL_SPI_GPIO_CS_PIN

GPIO PIN to use to drive SPI CS through

Type: int

Help

This option is mandatory to set which GPIO pin to use in order to actually emulate the SPI CS.

Direct dependencies

LSM6DSL_SPI_GPIO_CS && !HAS_DTS_SPI_PINS && SENSOR

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

Kconfig definition

At drivers/sensor/lsm6dsl/Kconfig:104

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

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

config LSM6DSL_SPI_GPIO_CS_PIN
    int
    prompt "GPIO PIN to use to drive SPI CS through" if LSM6DSL_SPI_GPIO_CS && !HAS_DTS_SPI_PINS && SENSOR
    default 0 if LSM6DSL_SPI_GPIO_CS && !HAS_DTS_SPI_PINS && SENSOR
    depends on LSM6DSL_SPI_GPIO_CS && !HAS_DTS_SPI_PINS && SENSOR
    help
      This option is mandatory to set which GPIO pin to use in order
      to actually emulate the SPI CS.

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