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