xref: /linux/drivers/thermal/spacemit/Kconfig (revision 296a977f2bac45759a427dc57a21edb628f5c86c)
1# SPDX-License-Identifier: GPL-2.0-only
2menu "SpacemiT thermal drivers"
3depends on ARCH_SPACEMIT || COMPILE_TEST
4
5config SPACEMIT_K1_TSENSOR
6	tristate "SpacemiT K1 thermal sensor driver"
7	depends on THERMAL_OF
8	help
9	  This driver provides support for the thermal sensor
10	  integrated in the SpacemiT K1 SoC.
11
12	  The thermal sensor monitors temperatures for five thermal zones:
13	  soc, package, gpu, cluster0, and cluster1. It supports reporting
14	  temperature values and handling high/low threshold interrupts.
15
16	  Say Y here if you want to enable thermal monitoring on SpacemiT K1.
17	  If compiled as a module, it will be called k1_tsensor.
18
19endmenu
20