:orphan: .. title:: ICM42605 .. option:: CONFIG_ICM42605 *ICM42605 Six-Axis Motion Tracking Device* Type: ``bool`` Help ==== Enable driver for ICM42605 SPI-based six-axis motion tracking device. Direct dependencies =================== \ :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/icm42605/Kconfig:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:62`` → ``drivers/sensor/Kconfig:95`` Menu path: (Top) → Device Drivers → Sensor Drivers .. parsed-literal:: menuconfig ICM42605 bool "ICM42605 Six-Axis Motion Tracking Device" depends on \ :option:`SPI ` && \ :option:`SENSOR ` help Enable driver for ICM42605 SPI-based six-axis motion tracking device. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*