blob: 38347e34d963ab8124ce0caa5d1011d889e0ecd0 [file] [log] [blame]
#
# Copyright (c) 2016 Intel Corporation
#
# SPDX-License-Identifier: Apache-2.0
#
menuconfig LPS25HB
bool "LPS25HB pressure and temperature"
depends on I2C && HAS_DTS_I2C
help
Enable driver for LPS25HB I2C-based pressure and temperature
sensor.
if LPS25HB
menu "Attributes"
config LPS25HB_SAMPLING_RATE
int "Output data rate"
default 25
help
Sensor output data rate expressed in samples per second.
Data rates supported by the chip are 1, 7, 13, 25.
endmenu
endif # LPS25HB