From: Lukasz Majewski Date: Fri, 25 Jul 2014 15:33:23 +0000 (+0200) Subject: config: odroid: Enable thermal subsystem for Odroid X-Git-Tag: submit/tizen/20141121.110247~304 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=00b5a3b38cde756468548a7ffe0557d055931898;p=platform%2Fkernel%2Flinux-3.10.git 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 --- diff --git a/arch/arm/configs/tizen_odroid_defconfig b/arch/arm/configs/tizen_odroid_defconfig index c049087..3bc8f33 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