CONFIG_LIS2DH_BUS_SPI

SPI bus

Type: bool

Help

Use a SPI master to communicate with accelerometer (SPI slave)

Direct dependencies

SPI && <choice: Sensor Bus Type>

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

Kconfig definition

At drivers/sensor/lis2dh/Kconfig:29

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

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

config LIS2DH_BUS_SPI
    bool
    prompt "SPI bus" if SPI && <choice: Sensor Bus Type>
    depends on SPI && <choice: Sensor Bus Type>
    help
      Use a SPI master to communicate with accelerometer (SPI slave)

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