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