blob: 9b07d465f234c418ae15b6612027bf7e7e712069 [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