1# NXP temperature monitor (TEMPMON) 2 3# Copyright (c) 2023 Centralp 4# SPDX-License-Identifier: Apache-2.0 5 6config NXP_TEMPMON 7 bool "NXP temperature monitor (TEMPMON)" 8 default y 9 depends on DT_HAS_NXP_TEMPMON_ENABLED 10 help 11 Enable driver for the NXP temperature monitor (TEMPMON). 12 This is used to retrieve on-die operational temperature. 13