zephyr/drivers/sensor/stts22h/Kconfig
Armando Visconti 8d83b76f84 drivers/sensor: add support to STTS22H temperature sensor
The STTS22H is an ultralow-power, high-accuracy, digital temperature
sensor offering high performance over the entire operating temperature
range. This driver is based on stmemsc HAL i/f v2.3

https://www.st.com/resource/en/datasheet/stts22h.pdf

Signed-off-by: Armando Visconti <armando.visconti@st.com>
2024-03-25 18:40:54 -04:00

25 lines
529 B
Plaintext

# ST Microelectronics STTS22H temperature sensor
# Copyright (c) 2024 STMicroelectronics
# SPDX-License-Identifier: Apache-2.0
menuconfig STTS22H
bool "STTS22H temperature sensor"
default y
depends on DT_HAS_ST_STTS22H_ENABLED
depends on ZEPHYR_HAL_ST_MODULE
select I2C
select HAS_STMEMSC
select USE_STDC_STTS22H
help
Enable driver for STTS22H I2C-based temperature sensor.
if STTS22H
module = STTS22H
thread_priority = 10
thread_stack_size = 1024
source "drivers/sensor/Kconfig.trigger_template"
endif # STTS22H