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