:orphan: .. title:: CONFIG_ISM330DHCX_EXT_IIS2MDC .. kconfig:: CONFIG_ISM330DHCX_EXT_IIS2MDC CONFIG_ISM330DHCX_EXT_IIS2MDC ############################# *Enable IIS2MDC as external sensor* Type: ``bool`` Direct dependencies =================== \ :kconfig:`ISM330DHCX_SENSORHUB ` && \ :kconfig:`ISM330DHCX ` && \ :kconfig:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/sensor/ism330dhcx/Kconfig:75`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:64`` → ``/sensor/Kconfig:121`` Menu path: (Top) → Device Drivers → Sensor Drivers → ISM330DHCX I2C/SPI accelerometer and gyroscope Chip → Enable I2C sensorhub feature .. code-block:: kconfig config ISM330DHCX_EXT_IIS2MDC bool "Enable IIS2MDC as external sensor" depends on ISM330DHCX_SENSORHUB && ISM330DHCX && SENSOR *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*