14 lines
316 B
Plaintext
14 lines
316 B
Plaintext
|
# MS5837 pressure sensor configuration options
|
||
|
|
||
|
#
|
||
|
# Copyright (c) 2018 Jan Van Winkel <jan.van_winkel@dxplore.eu>
|
||
|
#
|
||
|
#
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
#
|
||
|
config MS5837
|
||
|
bool "MS5837 pressure and temperature sensor"
|
||
|
depends on I2C && HAS_DTS_I2C
|
||
|
help
|
||
|
Enable driver for MS5837 pressure and temperature sensor.
|