summaryrefslogtreecommitdiff
path: root/Kconfig (plain)
blob: 6757715eaaac496e9bca1b3dae29c97384a12119
1# Amlogic Thermal
2
3
4config AML_VIRTUAL_THERMAL
5 bool "Amlogic virtual thermal interface"
6 default n
7 help
8 Say Y if you want use amlogic virtual thermal interface
9
10config AML_PLATFORM_THERMAL
11 bool "Amlogic platform thermal interface"
12 default n
13 help
14 Say Y if you want use amlogic platform thermal interface
15
16config AMLOGIC_THERMAL
17 tristate "amlogic thermal support"
18 select THERMAL
19 select CPU_THERMAL
20 select GPU_THERMAL
21 select CPUCORE_THERMAL
22 select GPUCORE_THERMAL
23 select AML_VIRTUAL_THERMAL
24 select AML_PLATFORM_THERMAL
25 depends on CPU_FREQ
26 default n
27 help
28 This is the Amlogic Thermal interface driver
29