mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-07 22:25:21 +00:00
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>
18 lines
443 B
Plaintext
18 lines
443 B
Plaintext
# Copyright (c) 2017 Linaro Limited
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
menuconfig LPS22HB
|
|
bool "LPS22HB pressure and temperature"
|
|
depends on I2C
|
|
help
|
|
Enable driver for LPS22HB I2C-based pressure and temperature
|
|
sensor.
|
|
|
|
config LPS22HB_SAMPLING_RATE
|
|
int "Output data rate"
|
|
default 25
|
|
depends on LPS22HB
|
|
help
|
|
Sensor output data rate expressed in samples per second.
|
|
Data rates supported by the chip are 1, 10, 25, 50, 75.
|