:orphan: .. title:: CONFIG_SI7210 .. kconfig:: CONFIG_SI7210 CONFIG_SI7210 ############# *Si7210 Hall Effect Magnetic Position and Temperature Sensor* Type: ``bool`` Help ==== .. code-block:: none Enable driver for Si7210 Hall Effect Magnetic Position and Temperature Sensor. Direct dependencies =================== \ :kconfig:`I2C ` && \ :kconfig:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/sensor/si7210/Kconfig:5`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:64`` → ``/sensor/Kconfig:203`` Menu path: (Top) → Device Drivers → Sensor Drivers .. code-block:: kconfig config SI7210 bool "Si7210 Hall Effect Magnetic Position and Temperature Sensor" depends on I2C && SENSOR help Enable driver for Si7210 Hall Effect Magnetic Position and Temperature Sensor. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*