zephyr/drivers/sensor/si7055/Kconfig
Greg Leach 41da0769c1 sensor: Add Silabs SI7055 support
Add support for the Silabs SI7055 temperature sensor

Signed-off-by: Greg Leach <greg.leach@lairdconnect.com>
2020-08-05 14:50:52 -05:00

19 lines
440 B
Plaintext

# Copyright (c) 2019 Electronut Labs
# Copyright (c) 2020 Laird Connectivity
# SPDX-License-Identifier: Apache-2.0
menuconfig SI7055
bool "Si7055 Temperature Sensor"
depends on (I2C && HAS_DTS_I2C)
help
Enable I2C-based driver for Si7055 Temperature Sensor.
if SI7055
config SI7055_ENABLE_CHECKSUM
bool "SI7055 Checksum On Measurement"
help
Validates the additional checksum byte for temperature measurements.
endif # SI7055