blob: d716d0372e1ea36daaf805d9d2a776489072ba80 [file] [log] [blame]
config MTK_THERMAL
tristate "Mediatek thermal drivers"
depends on THERMAL_OF
help
This is the option for Mediatek thermal software
solutions. Please enable corresponding options to
get temperature information from thermal sensors or
turn on throttle mechaisms for thermal mitigation.
if MTK_THERMAL
config MTK_SOC_THERMAL
tristate "Temperature sensor driver for mediatek SoCs"
depends on HAS_IOMEM
depends on NVMEM
depends on RESET_CONTROLLER
help
Enable this option if you want to get SoC temperature
information for Mediatek platforms. This driver
configures thermal controllers to collect temperature
via AUXADC interface.
config MTK_SOC_THERMAL_LVTS
tristate "LVTS (Low voltage thermal sensor) driver for Mediatek SoCs"
depends on HAS_IOMEM
depends on NVMEM
depends on RESET_TI_SYSCON
help
Enable this option if you want to get SoC temperature
information for Mediatek platforms. This driver
configures LVTS thermal controllers to collect temperatures
via Analog Serial Interface(ASIF).
endif