1# Copyright (c) 2016 Intel Corporation
2# SPDX-License-Identifier: Apache-2.0
3
4menuconfig LPS25HB
5	bool "LPS25HB pressure and temperature"
6	default y
7	depends on DT_HAS_ST_LPS25HB_PRESS_ENABLED
8	select I2C
9	help
10	  Enable driver for LPS25HB I2C-based pressure and temperature
11	  sensor.
12
13config LPS25HB_SAMPLING_RATE
14	int "Output data rate"
15	default 25
16	depends on LPS25HB
17	help
18	  Sensor output data rate expressed in samples per second.
19	  Data rates supported by the chip are 1, 7, 13, 25.
20