From adaebcd8234ace4ee3b43f176529d20ac6e91cf6 Mon Sep 17 00:00:00 2001 From: Durgadoss R Date: Thu, 24 Nov 2011 14:48:13 +0530 Subject: [PATCH] EM/THERMAL: Enable Platform Thermal Driver in K3.0 BZ: 15135 This patch enables the Medfield thermal driver on k3.0. Since this driver depends on GPADC driver and Thermal Frameowrk, this patch enables them also. Change-Id: I9f8e832df03d3fdc420df2d5ce826d4b2e31d3d8 Signed-off-by: Durgadoss R Reviewed-on: http://android.intel.com:8080/26758 Reviewed-by: Gross, Mark Tested-by: Gugwad, SantoshX Reviewed-by: Mitra, DebalinaX Reviewed-by: buildbot Tested-by: buildbot --- arch/x86/configs/i386_mfld_defconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/arch/x86/configs/i386_mfld_defconfig b/arch/x86/configs/i386_mfld_defconfig index f7a4331..c317cdd 100644 --- a/arch/x86/configs/i386_mfld_defconfig +++ b/arch/x86/configs/i386_mfld_defconfig @@ -1437,7 +1437,8 @@ CONFIG_SENSORS_MPU3050=y CONFIG_SENSORS_MS5607=y CONFIG_MSIC_GPADC=y CONFIG_SENSORS_MID_CURRENT=y -# CONFIG_THERMAL is not set +CONFIG_INTEL_MFLD_THERMAL=y +CONFIG_THERMAL=y CONFIG_WATCHDOG=y # CONFIG_WATCHDOG_NOWAYOUT is not set -- 2.7.4