CONFIG_LIS2DH_SPI_SS_1

LIS2DH SPI slave 1 select number

Type: int

Help

SPI slave select line to use to talk to LIS2DH sensor.

Direct dependencies

LIS2DH && LIS2DH_BUS_SPI && SENSOR

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

Defaults

Kconfig definition

At drivers/sensor/lis2dh/Kconfig:51

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

Menu path: (top menu) → Device Drivers → Sensor Drivers → LIS2DH Three Axis Accelerometer

config LIS2DH_SPI_SS_1
    int
    prompt "LIS2DH SPI slave 1 select number" if LIS2DH && LIS2DH_BUS_SPI && SENSOR
    range 1 4 if LIS2DH && LIS2DH_BUS_SPI && SENSOR
    default 1 if LIS2DH && LIS2DH_BUS_SPI && SENSOR
    depends on LIS2DH && LIS2DH_BUS_SPI && SENSOR
    help
      SPI slave select line to use to talk to LIS2DH sensor.

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