summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorLukasz Majewski <l.majewski@samsung.com>2014-07-25 17:33:23 +0200
committerChanho Park <chanho61.park@samsung.com>2014-11-18 12:00:38 +0900
commit00b5a3b38cde756468548a7ffe0557d055931898 (patch)
tree67c103261f0b878abf4b70ad14de1a0b850011c0 /arch
parent681a897ea1fc39ef1c4ab5970e34bad31846b6c3 (diff)
downloadlinux-3.10-00b5a3b38cde756468548a7ffe0557d055931898.tar.gz
linux-3.10-00b5a3b38cde756468548a7ffe0557d055931898.tar.bz2
linux-3.10-00b5a3b38cde756468548a7ffe0557d055931898.zip
config: odroid: Enable thermal subsystem for Odroid
This commit adds support for thermal subsystem for the Odroid family of development boards. Change-Id: Ib187fcc051d97b4ff5fdb24702804cbdf75af954 Signed-off-by: Lukasz Majewski <l.majewski@samsung.com>
Diffstat (limited to 'arch')
-rwxr-xr-xarch/arm/configs/tizen_odroid_defconfig23
1 files changed, 22 insertions, 1 deletions
diff --git a/arch/arm/configs/tizen_odroid_defconfig b/arch/arm/configs/tizen_odroid_defconfig
index c0490877e38..3bc8f33a67e 100755
--- a/arch/arm/configs/tizen_odroid_defconfig
+++ b/arch/arm/configs/tizen_odroid_defconfig
@@ -537,6 +537,7 @@ CONFIG_AUTO_ZRELADDR=y
CONFIG_CPU_FREQ=y
CONFIG_CPU_FREQ_TABLE=y
CONFIG_CPU_FREQ_GOV_COMMON=y
+# CONFIG_CPU_FREQ_BOOST_SW is not set
CONFIG_CPU_FREQ_STAT=y
# CONFIG_CPU_FREQ_STAT_DETAILS is not set
CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE=y
@@ -1856,7 +1857,27 @@ CONFIG_SENSORS_PWM_FAN=y
# CONFIG_SENSORS_W83L786NG is not set
# CONFIG_SENSORS_W83627HF is not set
# CONFIG_SENSORS_W83627EHF is not set
-# CONFIG_THERMAL is not set
+CONFIG_THERMAL=y
+CONFIG_THERMAL_HWMON=y
+CONFIG_THERMAL_DEFAULT_GOV_STEP_WISE=y
+# CONFIG_THERMAL_DEFAULT_GOV_FAIR_SHARE is not set
+# CONFIG_THERMAL_DEFAULT_GOV_USER_SPACE is not set
+# CONFIG_THERMAL_GOV_FAIR_SHARE is not set
+CONFIG_THERMAL_GOV_STEP_WISE=y
+# CONFIG_THERMAL_GOV_USER_SPACE is not set
+CONFIG_CPU_THERMAL=y
+# CONFIG_THERMAL_EMULATION is not set
+# CONFIG_IMX_THERMAL is not set
+
+#
+# Texas Instruments thermal drivers
+#
+# CONFIG_TI_SOC_THERMAL is not set
+
+#
+# Samsung thermal drivers
+#
+CONFIG_EXYNOS_THERMAL=y
# CONFIG_WATCHDOG is not set
CONFIG_SSB_POSSIBLE=y