summaryrefslogtreecommitdiff
path: root/arch/arm/configs
diff options
context:
space:
mode:
authorJonghwa Lee <jonghwa3.lee@samsung.com>2014-10-01 17:12:11 +0900
committerChanho Park <chanho61.park@samsung.com>2014-11-18 12:00:54 +0900
commit6f33081152144e6144e2cd79452a719999dd87e9 (patch)
treef85bc7e99414a5e305fbf5e3271d665e0220f017 /arch/arm/configs
parentcf0714da0decc3b90beb8c842f3476a65526b8ea (diff)
downloadlinux-3.10-6f33081152144e6144e2cd79452a719999dd87e9.tar.gz
linux-3.10-6f33081152144e6144e2cd79452a719999dd87e9.tar.bz2
linux-3.10-6f33081152144e6144e2cd79452a719999dd87e9.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>
Diffstat (limited to 'arch/arm/configs')
-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