blob: 22ec5d607e3e18c7b8e0fb233806e01139984d5b [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 && 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