38 lines · plain
1config MTK_THERMAL2 tristate "MediaTek thermal drivers"3 depends on THERMAL_OF4 help5 This is the option for MediaTek thermal software solutions.6 Please enable corresponding options to get temperature7 information from thermal sensors or turn on throttle8 mechaisms for thermal mitigation.9 10if MTK_THERMAL11 12config MTK_SOC_THERMAL13 tristate "AUXADC temperature sensor driver for MediaTek SoCs"14 depends on HAS_IOMEM15 help16 Enable this option if you want to get SoC temperature17 information for MediaTek platforms.18 This driver configures thermal controllers to collect19 temperature via AUXADC interface.20 21config MTK_LVTS_THERMAL22 tristate "LVTS Thermal Driver for MediaTek SoCs"23 depends on HAS_IOMEM24 help25 Enable this option if you want to get SoC temperature26 information for supported MediaTek platforms.27 This driver configures LVTS (Low Voltage Thermal Sensor)28 thermal controllers to collect temperatures via ASIF29 (Analog Serial Interface).30 31config MTK_LVTS_THERMAL_DEBUGFS32 bool "LVTS thermal debugfs"33 depends on MTK_LVTS_THERMAL && DEBUG_FS34 help35 Enable this option to debug the internals of the device driver.36 37endif38