1# SI7060 temperature sensor configuration options 2 3# Copyright (c) 2019 Actinius 4# SPDX-License-Identifier: Apache-2.0 5 6config SI7060 7 bool "SI7060 Temperature Sensor" 8 default y 9 depends on DT_HAS_SILABS_SI7060_ENABLED 10 select I2C 11 help 12 Enable driver for SI7060 temperature sensors. 13