CONFIG_IIS3DHHC¶
IIS3DHHC accelerometer sensor
Type: bool
Help¶
Enable driver for IIS3DHHC SPI-based accelerometer sensor.
Defaults¶
No defaults. Implicitly defaults to n.
Symbols selected by this symbol¶
Kconfig definition¶
At <Zephyr Driver>/sensor/iis3dhhc/Kconfig:6
Included via Kconfig:8 → Kconfig.zephyr:42 → <Zephyr Driver>/Kconfig:64 → <Zephyr Driver>/sensor/Kconfig:113
Menu path: (Top) → Device Drivers → Sensor Drivers
menuconfig IIS3DHHC
    bool "IIS3DHHC accelerometer sensor"
    select HAS_STMEMSC
    select USE_STDC_IIS3DHHC
    depends on SPI && SENSOR
    help
      Enable driver for IIS3DHHC SPI-based accelerometer sensor.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)