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