:orphan: .. title:: LIS2MDL_SPI_FULL_DUPLEX .. option:: CONFIG_LIS2MDL_SPI_FULL_DUPLEX *Enable SPI 4wire mode (separated MISO and MOSI lines)* Type: ``bool`` Direct dependencies =================== (\ :option:`LIS2MDL ` && \ :option:`SPI ` && \ :option:`BOARD_SENSORTILE_BOX `) || (\ :option:`SPI ` && \ :option:`LIS2MDL ` && \ :option:`SENSOR `) *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definitions =================== At ``/arm/sensortile_box/Kconfig.defconfig:16`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. code-block:: kconfig config LIS2MDL_SPI_FULL_DUPLEX bool default y depends on LIS2MDL && SPI && BOARD_SENSORTILE_BOX ---- At ``/sensor/lis2mdl/Kconfig:56`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:62`` → ``/sensor/Kconfig:123`` Menu path: (Top) → Device Drivers → Sensor Drivers → LIS2MDL Magnetometer .. code-block:: kconfig config LIS2MDL_SPI_FULL_DUPLEX bool "Enable SPI 4wire mode (separated MISO and MOSI lines)" depends on SPI && LIS2MDL && SENSOR *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*