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