:orphan: .. title:: IIS2ICLX_EXT_IIS2MDC .. option:: CONFIG_IIS2ICLX_EXT_IIS2MDC *Enable IIS2MDC as external sensor* Type: ``bool`` Direct dependencies =================== \ :option:`IIS2ICLX_SENSORHUB ` && \ :option:`IIS2ICLX ` && \ :option:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/sensor/iis2iclx/Kconfig:75`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:62`` → ``/sensor/Kconfig:107`` Menu path: (Top) → Device Drivers → Sensor Drivers → IIS2ICLX I2C/SPI accelerometer Chip → Enable I2C sensorhub feature .. code-block:: kconfig config IIS2ICLX_EXT_IIS2MDC bool "Enable IIS2MDC as external sensor" depends on IIS2ICLX_SENSORHUB && IIS2ICLX && SENSOR *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*