:orphan: .. title:: ISM330DHCX_EXT_LIS2MDL .. option:: CONFIG_ISM330DHCX_EXT_LIS2MDL *Enable LIS2MDL as external sensor* Type: ``bool`` Direct dependencies =================== \ :option:`ISM330DHCX_SENSORHUB ` && \ :option:`ISM330DHCX ` && \ :option:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== .. highlight:: kconfig At ``drivers/sensor/ism330dhcx/Kconfig:86`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:62`` → ``drivers/sensor/Kconfig:109`` Menu path: (Top) → Device Drivers → Sensor Drivers → ISM330DHCX I2C/SPI accelerometer and gyroscope Chip → Enable I2C sensorhub feature .. parsed-literal:: config ISM330DHCX_EXT_LIS2MDL bool "Enable LIS2MDL as external sensor" depends on \ :option:`ISM330DHCX_SENSORHUB ` && \ :option:`ISM330DHCX ` && \ :option:`SENSOR ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*