CONFIG_SI7210¶
Si7210 Hall Effect Magnetic Position and Temperature Sensor
Type: bool
Help¶
Enable driver for Si7210 Hall Effect Magnetic Position and Temperature Sensor.
Defaults¶
No defaults. Implicitly defaults to n.
Kconfig definition¶
At <Zephyr Driver>/sensor/si7210/Kconfig:5
Included via Kconfig:8 → Kconfig.zephyr:42 → <Zephyr Driver>/Kconfig:64 → <Zephyr Driver>/sensor/Kconfig:203
Menu path: (Top) → Device Drivers → Sensor Drivers
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.)