-
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.)
Defaults¶
- 0 if
LSM6DSL_SPI_GPIO_CS
&& !HAS_DTS_SPI_PINS
&&SENSOR
Kconfig definition¶
At drivers/sensor/lsm6dsl/Kconfig:104
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_PIN int prompt "GPIO PIN to use to drive SPI CS through" ifLSM6DSL_SPI_GPIO_CS
&& !HAS_DTS_SPI_PINS
&&SENSOR
default 0 ifLSM6DSL_SPI_GPIO_CS
&& !HAS_DTS_SPI_PINS
&&SENSOR
depends onLSM6DSL_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.)