This adds basic support for the Silabs Si7210 hall effect magnetic position and temperature sensor. It is able to get magnetic field and temperature in the default scale of the sensor (depending on the variant). It also supports going into sleep mode without measurements through the device power management infrastructure. It is most notably missing support for scale change, measurement averaging and filtering, and alert pin configuration (threshold, hysteris, tamper). Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
10 lines
339 B
Plaintext
10 lines
339 B
Plaintext
# Si7210 Hall Effect Magnetic Position and Temperature Sensor configuration options
|
|
# Copyright (c) 2019 Actinius
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config SI7210
|
|
bool "Si7210 Hall Effect Magnetic Position and Temperature Sensor"
|
|
depends on I2C
|
|
help
|
|
Enable driver for Si7210 Hall Effect Magnetic Position and Temperature Sensor.
|