8ab1c75e9b
Adds compensation table and bindings for NTCG103JF103FT1 thermistor Signed-off-by: Maxmillion McLaughlin <github@maxmclau.com>
15 lines
377 B
Plaintext
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.
|