From 923adbec10eaeafeed872bd03d6138b649db7a79 Mon Sep 17 00:00:00 2001 From: Jonghwa Lee Date: Wed, 1 Oct 2014 17:12:11 +0900 Subject: 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 --- arch/arm/configs/tizen_rinato_defconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3