zephyr/drivers/sensor/ntc_thermistor/Kconfig
Maxmillion McLaughlin 8ab1c75e9b feat: add support for TDK NTCG103JF103FT1 thermistor
Adds compensation table and bindings for NTCG103JF103FT1 thermistor

Signed-off-by: Maxmillion McLaughlin <github@maxmclau.com>
2023-12-08 10:04:12 +00:00

15 lines
377 B
Plaintext

# Copyright (c) 2023 Google LLC
#
# SPDX-License-Identifier: Apache-2.0
config NTC_THERMISTOR
bool "NTC Thermistor"
default y
depends on DT_HAS_NTC_THERMISTOR_GENERIC_ENABLED || \
DT_HAS_EPCOS_B57861S0103A039_ENABLED || \
DT_HAS_MURATA_NCP15WB473_ENABLED || \
DT_HAS_TDK_NTCG163JF103FT1_ENABLED
select ADC
help
Enable driver for Zephyr NTC Thermistor.