xref: /openbmc/linux/drivers/thermal/mediatek/Kconfig (revision f5f633b1)
1fad399ebSBalsam CHIHIconfig MTK_THERMAL
2fad399ebSBalsam CHIHI	tristate "MediaTek thermal drivers"
3fad399ebSBalsam CHIHI	depends on THERMAL_OF
4fad399ebSBalsam CHIHI	help
5fad399ebSBalsam CHIHI	  This is the option for MediaTek thermal software solutions.
6fad399ebSBalsam CHIHI	  Please enable corresponding options to get temperature
7fad399ebSBalsam CHIHI	  information from thermal sensors or turn on throttle
8fad399ebSBalsam CHIHI	  mechaisms for thermal mitigation.
9fad399ebSBalsam CHIHI
10fad399ebSBalsam CHIHIif MTK_THERMAL
11fad399ebSBalsam CHIHI
12fad399ebSBalsam CHIHIconfig MTK_SOC_THERMAL
13fad399ebSBalsam CHIHI	tristate "AUXADC temperature sensor driver for MediaTek SoCs"
14fad399ebSBalsam CHIHI	depends on HAS_IOMEM
15fad399ebSBalsam CHIHI	help
16fad399ebSBalsam CHIHI	  Enable this option if you want to get SoC temperature
17fad399ebSBalsam CHIHI	  information for MediaTek platforms.
18fad399ebSBalsam CHIHI	  This driver configures thermal controllers to collect
19fad399ebSBalsam CHIHI	  temperature via AUXADC interface.
20fad399ebSBalsam CHIHI
21*f5f633b1SBalsam CHIHIconfig MTK_LVTS_THERMAL
22*f5f633b1SBalsam CHIHI        tristate "LVTS Thermal Driver for MediaTek SoCs"
23*f5f633b1SBalsam CHIHI        depends on HAS_IOMEM
24*f5f633b1SBalsam CHIHI        help
25*f5f633b1SBalsam CHIHI          Enable this option if you want to get SoC temperature
26*f5f633b1SBalsam CHIHI          information for supported MediaTek platforms.
27*f5f633b1SBalsam CHIHI          This driver configures LVTS (Low Voltage Thermal Sensor)
28*f5f633b1SBalsam CHIHI          thermal controllers to collect temperatures via ASIF
29*f5f633b1SBalsam CHIHI          (Analog Serial Interface).
30*f5f633b1SBalsam CHIHI
31*f5f633b1SBalsam CHIHIconfig MTK_LVTS_THERMAL_DEBUGFS
32*f5f633b1SBalsam CHIHI       bool "LVTS thermal debugfs"
33*f5f633b1SBalsam CHIHI       depends on MTK_LVTS_THERMAL && DEBUG_FS
34*f5f633b1SBalsam CHIHI       help
35*f5f633b1SBalsam CHIHI         Enable this option to debug the internals of the device driver.
36*f5f633b1SBalsam CHIHI
37fad399ebSBalsam CHIHIendif
38