:orphan: .. title:: CONFIG_ISM330DHCX_EXT_LIS2MDL .. kconfig:: CONFIG_ISM330DHCX_EXT_LIS2MDL CONFIG_ISM330DHCX_EXT_LIS2MDL ############################# *Enable LIS2MDL 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:72`` 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_LIS2MDL bool "Enable LIS2MDL as external sensor" depends on ISM330DHCX_SENSORHUB && ISM330DHCX && SENSOR *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*