: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 =================== .. highlight:: kconfig At ``boards/arm/sensortile_box/Kconfig.defconfig:16`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. parsed-literal:: config LIS2MDL_SPI_FULL_DUPLEX bool default y depends on \ :option:`LIS2MDL ` && \ :option:`SPI ` && \ :option:`BOARD_SENSORTILE_BOX ` ---- At ``drivers/sensor/lis2mdl/Kconfig:56`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:62`` → ``drivers/sensor/Kconfig:117`` Menu path: (Top) → Device Drivers → Sensor Drivers → LIS2MDL Magnetometer .. parsed-literal:: config LIS2MDL_SPI_FULL_DUPLEX bool "Enable SPI 4wire mode (separated MISO and MOSI lines)" depends on \ :option:`SPI ` && \ :option:`LIS2MDL ` && \ :option:`SENSOR ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*