CONFIG_ICM42605¶
ICM42605 Six-Axis Motion Tracking Device
Type: bool
Help¶
Enable driver for ICM42605 SPI-based six-axis motion tracking device.
Defaults¶
No defaults. Implicitly defaults to n.
Kconfig definition¶
At <Zephyr Driver>/sensor/icm42605/Kconfig:6
Included via Kconfig:8 → Kconfig.zephyr:42 → <Zephyr Driver>/Kconfig:64 → <Zephyr Driver>/sensor/Kconfig:103
Menu path: (Top) → Device Drivers → Sensor Drivers
menuconfig ICM42605
    bool "ICM42605 Six-Axis Motion Tracking Device"
    depends on SPI && SENSOR
    help
      Enable driver for ICM42605 SPI-based six-axis motion tracking device.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)