:orphan: .. title:: SM351LT .. option:: CONFIG_SM351LT *SM351LT Magnetoresistive Sensor* Type: ``bool`` Help ==== Enable GPIO-based driver for SM351LT magnetoresistive sensor. Direct dependencies =================== \ :option:`GPIO ` && \ :option:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== .. highlight:: kconfig At ``drivers/sensor/sm351lt/Kconfig:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:62`` → ``drivers/sensor/Kconfig:173`` Menu path: (Top) → Device Drivers → Sensor Drivers .. parsed-literal:: menuconfig SM351LT bool "SM351LT Magnetoresistive Sensor" depends on \ :option:`GPIO ` && \ :option:`SENSOR ` help Enable GPIO-based driver for SM351LT magnetoresistive sensor. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*