-
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:10
→ Kconfig.zephyr:29
→ drivers/Kconfig:64
→ drivers/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" ifLSM6DSL
&&LSM6DSL_SPI
&&SENSOR
depends onLSM6DSL
&&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.)