zephyr/drivers/sensor/nxp_tempmon/Kconfig
Benjamin Lemouzy d2e420029b drivers: sensor: add NXP TEMPMON driver
Add driver for the NXP TEMPMON to retrieve on-die operational
temperature.

Signed-off-by: Benjamin Lemouzy <blemouzy@centralp.fr>
2023-08-30 10:18:27 +02:00

13 lines
343 B
Plaintext

# NXP temperature monitor (TEMPMON)
# Copyright (c) 2023 Centralp
# SPDX-License-Identifier: Apache-2.0
config NXP_TEMPMON
bool "NXP temperature monitor (TEMPMON)"
default y
depends on DT_HAS_NXP_TEMPMON_ENABLED
help
Enable driver for the NXP temperature monitor (TEMPMON).
This is used to retrieve on-die operational temperature.