:orphan: .. title:: LIS2DH .. option:: CONFIG_LIS2DH *LIS2DH Three Axis Accelerometer* Type: ``bool`` Help ==== Enable SPI/I2C-based driver for LIS2DH, LIS3DH, LSM303DLHC, LIS2DH12, LSM303AGR triaxial accelerometer sensors. Direct dependencies =================== (\ :option:`I2C ` || \ :option:`SPI `) && \ :option:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== .. highlight:: kconfig At ``drivers/sensor/lis2dh/Kconfig:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:62`` → ``drivers/sensor/Kconfig:111`` Menu path: (Top) → Device Drivers → Sensor Drivers .. parsed-literal:: menuconfig LIS2DH bool "LIS2DH Three Axis Accelerometer" depends on (\ :option:`I2C ` || \ :option:`SPI `) && \ :option:`SENSOR ` help Enable SPI/I2C-based driver for LIS2DH, LIS3DH, LSM303DLHC, LIS2DH12, LSM303AGR triaxial accelerometer sensors. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*