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	depends on I2C
9	help
10	  Enable driver for MS5837 pressure and temperature sensor.
11