blob: f984132576721584282b064ba7297b1ac6b557a3 [file]
# SPDX-License-Identifier: (GPL-2.0+ OR MIT)
menu "Amlogic Thermal and Cooling devices"
config AMLOGIC_AMLOGIC_THERMAL
tristate "Amlogic temperature sensor Support"
depends on THERMAL && AMLOGIC_SECMON
default n
help
Thermal sensor low level support for thermal
This driver parse thermal config data from device tree files.
And register each cooling device for thermal framework.
If you want this support, you should say Y here.
config AMLOGIC_COOLDEV
tristate "Amlogic cooling devices Support"
default n
help
This implements the all cooling devices
This will be useful for platforms using the generic thermal interface
and not the ACPI interface.
If you want this support, you should say Y here.
config AMLOGIC_CPUCORE_THERMAL
tristate "generic cpu core cooling support"
depends on AMLOGIC_COOLDEV
default n
help
This implements the generic cpu cooling mechanism through reduce cpu core numbers
This will be useful for platforms using the generic thermal interface
and not the ACPI interface.
If you want this support, you should say Y here.
config AMLOGIC_GPU_THERMAL
tristate "generic gpu cooling support"
depends on AMLOGIC_COOLDEV
default n
help
This implements the generic gpu cooling mechanism through frequency reduction
This will be useful for platformas using the generic thermal interface
and not the ACPI interface.
If you want this support, you should say Y here.
config AMLOGIC_GPUCORE_THERMAL
tristate "generic gpu core cooling support"
depends on AMLOGIC_COOLDEV
default n
help
This implements the generic gpu cooling mechanism through reduce gpu core numbers.
This will be useful for platforms using the generic thermal interface
and not the ACPI interface.
If you want this support, you should say Y here.
config AMLOGIC_DDR_THERMAL
tristate "generic ddr cooling support"
depends on AMLOGIC_COOLDEV
default n
help
This implements change the ddr reflash rate.
This will be useful for platforms using the generic thermal interface
and not the ACPI interface.
If you want this support, you should say Y here.
config AMLOGIC_MEDIA_THERMAL
tristate "generic media cooling support"
depends on AMLOGIC_COOLDEV
default n
help
This implements change the media power state.
this driver gives apis which indicates thermal info to media driver to
control media power.
endmenu