| # SI7060 temperature sensor configuration options | |
| # Copyright (c) 2019 Actinius | |
| # SPDX-License-Identifier: Apache-2.0 | |
| config SI7060 | |
| bool "SI7060 Temperature Sensor" | |
| default y | |
| depends on DT_HAS_SILABS_SI7060_ENABLED | |
| select I2C | |
| help | |
| Enable driver for SI7060 temperature sensors. |