CONFIG_LIS2DH_BUS_I2C

I2C bus

Type: bool

Help

Use an I2C master to communicate with accelerometer (I2C slave)

Direct dependencies

I2C && <choice: Sensor Bus Type>

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

Kconfig definition

At drivers/sensor/lis2dh/Kconfig:35

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_I2C
    bool
    prompt "I2C bus" if I2C && <choice: Sensor Bus Type>
    depends on I2C && <choice: Sensor Bus Type>
    help
      Use an I2C master to communicate with accelerometer (I2C slave)

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