zephyr/drivers/sensor/ms5837/Kconfig
Ulf Magnusson 53376394b7 kconfig: Remove blank lines at the beginning/end of files
Maybe this is some "just in case" thing that got copied around. There's
no need to have a blank line at the beginning or end of Kconfig files.

Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
2019-03-13 07:29:42 -05:00

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.