-
CONFIG_LIS2DH
¶
LIS2DH Three Axis Accelerometer
Type: bool
Help¶
Enable driver for LIS2DH SPI/I2C-based triaxial accelerometer sensor.
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At drivers/sensor/lis2dh/Kconfig:9
Included via Kconfig:10
→ Kconfig.zephyr:29
→ drivers/Kconfig:64
→ drivers/sensor/Kconfig:80
Menu path: (top menu) → Device Drivers → Sensor Drivers
menuconfig LIS2DH bool prompt "LIS2DH Three Axis Accelerometer" if (I2C
||SPI
) &&SENSOR
depends on (I2C
||SPI
) &&SENSOR
help Enable driver for LIS2DH SPI/I2C-based triaxial accelerometer sensor.
(Definitions include propagated dependencies, including from if’s and menus.)