xref: /linux/drivers/thermal/mediatek/Kconfig (revision fad399ebdd67f602f306b524e6f62c3570943a48)
1config MTK_THERMAL
2	tristate "MediaTek thermal drivers"
3	depends on THERMAL_OF
4	help
5	  This is the option for MediaTek thermal software solutions.
6	  Please enable corresponding options to get temperature
7	  information from thermal sensors or turn on throttle
8	  mechaisms for thermal mitigation.
9
10if MTK_THERMAL
11
12config MTK_SOC_THERMAL
13	tristate "AUXADC temperature sensor driver for MediaTek SoCs"
14	depends on HAS_IOMEM
15	help
16	  Enable this option if you want to get SoC temperature
17	  information for MediaTek platforms.
18	  This driver configures thermal controllers to collect
19	  temperature via AUXADC interface.
20
21endif
22