2018-04-30 00:04:33 +08:00
|
|
|
# MS5837 pressure sensor configuration options
|
|
|
|
|
|
|
|
# Copyright (c) 2018 Jan Van Winkel <jan.van_winkel@dxplore.eu>
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
2019-11-01 20:45:29 +08:00
|
|
|
|
2018-04-30 00:04:33 +08:00
|
|
|
config MS5837
|
|
|
|
bool "MS5837 pressure and temperature sensor"
|
|
|
|
depends on I2C && HAS_DTS_I2C
|
|
|
|
help
|
2019-11-01 17:24:07 +08:00
|
|
|
Enable driver for MS5837 pressure and temperature sensor.
|