1# MS5837 pressure sensor configuration options 2 3# Copyright (c) 2018 Jan Van Winkel <jan.van_winkel@dxplore.eu> 4# SPDX-License-Identifier: Apache-2.0 5 6config MS5837 7 bool "MS5837 pressure and temperature sensor" 8 default y 9 depends on DT_HAS_MEAS_MS5837_ENABLED 10 select I2C 11 help 12 Enable driver for MS5837 pressure and temperature sensor. 13