zephyr/drivers/sensor/lps25hb/Kconfig
Erwan Gouriou 8b47e563e2 dts/Kconfig: Remove HAS_DTS_I2C
HAS_DTS_I2C is now selected by I2C and
always used as I2C && HAS_DTS_I2C.

It could then be purely removed.

Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
2020-09-18 13:34:44 -05:00

18 lines
441 B
Plaintext

# Copyright (c) 2016 Intel Corporation
# SPDX-License-Identifier: Apache-2.0
menuconfig LPS25HB
bool "LPS25HB pressure and temperature"
depends on I2C
help
Enable driver for LPS25HB I2C-based pressure and temperature
sensor.
config LPS25HB_SAMPLING_RATE
int "Output data rate"
default 25
depends on LPS25HB
help
Sensor output data rate expressed in samples per second.
Data rates supported by the chip are 1, 7, 13, 25.