blob: 349471244c9e3f4c1d07a57c78a43bdb1482f069 [file] [log] [blame]
# 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
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