From 81006e4ddc9b91cc235000d0a318336d2e2c2463 Mon Sep 17 00:00:00 2001 From: Irina Tirdea Date: Tue, 28 Feb 2017 18:01:28 +0200 Subject: MLK-14291 ARM: config: imx: Allow changing trip temperatures from userspace The temperature trip points should be writable from userspace to allow testing the thermal driver. This is a new configuration option added in 4.9 and needed to allow the functionality introduced by commit fc4fcd689419 ("MLK-11705 thermal: imx: make the critical trip temp changable for test"). Signed-off-by: Irina Tirdea --- arch/arm/configs/imx_v7_defconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/arm') diff --git a/arch/arm/configs/imx_v7_defconfig b/arch/arm/configs/imx_v7_defconfig index beca60a07575..311607e65b91 100644 --- a/arch/arm/configs/imx_v7_defconfig +++ b/arch/arm/configs/imx_v7_defconfig @@ -211,6 +211,7 @@ CONFIG_POWER_RESET_SYSCON_POWEROFF=y CONFIG_SENSORS_MAX17135=y CONFIG_SENSORS_MAG3110=y CONFIG_THERMAL=y +CONFIG_THERMAL_WRITABLE_TRIPS=y CONFIG_CPU_THERMAL=y CONFIG_IMX_THERMAL=y CONFIG_DEVICE_THERMAL=y -- cgit v1.2.3