summaryrefslogtreecommitdiff
Diffstat
-rw-r--r--Android.mk31
-rwxr-xr-xKconfig28
-rwxr-xr-xMakefile30
-rw-r--r--amlogic_thermal.h114
-rw-r--r--amlogic_thermal.o_shipped166
-rw-r--r--amlogic_thermal_module.c1108
-rw-r--r--thermal.cpp280
7 files changed, 311 insertions, 1446 deletions
diff --git a/Kconfig b/Kconfig
deleted file mode 100755
index 6757715..0000000
--- a/Kconfig
+++ b/dev/null
@@ -1,28 +0,0 @@
-# Amlogic Thermal
-
-
-config AML_VIRTUAL_THERMAL
- bool "Amlogic virtual thermal interface"
- default n
- help
- Say Y if you want use amlogic virtual thermal interface
-
-config AML_PLATFORM_THERMAL
- bool "Amlogic platform thermal interface"
- default n
- help
- Say Y if you want use amlogic platform thermal interface
-
-config AMLOGIC_THERMAL
- tristate "amlogic thermal support"
- select THERMAL
- select CPU_THERMAL
- select GPU_THERMAL
- select CPUCORE_THERMAL
- select GPUCORE_THERMAL
- select AML_VIRTUAL_THERMAL
- select AML_PLATFORM_THERMAL
- depends on CPU_FREQ
- default n
- help
- This is the Amlogic Thermal interface driver