summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonghwa Lee <jonghwa3.lee@samsung.com>2014-10-01 17:12:11 +0900
committerJonghwa Lee <jonghwa3.lee@samsung.com>2014-10-08 11:16:16 +0900
commit923adbec10eaeafeed872bd03d6138b649db7a79 (patch)
treeef5522699a169cab1a8f7151f0ca2cb52e92cbb4
parentf076473db1a3e4473298376733104b33e90571e4 (diff)
downloadlinux-3.10-923adbec10eaeafeed872bd03d6138b649db7a79.tar.gz
linux-3.10-923adbec10eaeafeed872bd03d6138b649db7a79.tar.bz2
linux-3.10-923adbec10eaeafeed872bd03d6138b649db7a79.zip
arm: configs: tizen_rinato: Update rinato kernel configuration.
Enable CONFIG_THERMAL_OF to expose thermistor sensor to thermal framework. It also disables CONFIG_THERMAL_HWMON not to make duplicated sysfs node of the thermistor sensor. Change-Id: I318cc27979b891bc7fcdd9cd2a2892e73ce65675 Signed-off-by: Jonghwa Lee <jonghwa3.lee@samsung.com>
-rw-r--r--arch/arm/configs/tizen_rinato_defconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/configs/tizen_rinato_defconfig b/arch/arm/configs/tizen_rinato_defconfig
index 13bf0199aa8..25c83765c07 100644
--- a/arch/arm/configs/tizen_rinato_defconfig
+++ b/arch/arm/configs/tizen_rinato_defconfig
@@ -1429,7 +1429,8 @@ CONFIG_SENSORS_NTC_THERMISTOR=y
# CONFIG_SENSORS_W83627HF is not set
# CONFIG_SENSORS_W83627EHF is not set
CONFIG_THERMAL=y
-CONFIG_THERMAL_HWMON=y
+# CONFIG_THERMAL_HWMON is not set
+CONFIG_THERMAL_OF=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