From: Leonard Crestez Date: Thu, 8 Jun 2017 16:26:57 +0000 (+0300) Subject: ARM: imx_v6_v7_defconfig: Set THERMAL_WRITABLE_TRIPS=y for testing X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=9b00064ba7d6fcc3bb0b50b790a0178f8d9cc91f;p=linux.git ARM: imx_v6_v7_defconfig: Set THERMAL_WRITABLE_TRIPS=y for testing Setting trip points is supported by the imx thermal driver and it is useful to be able to test this without adjusting config. Signed-off-by: Leonard Crestez Signed-off-by: Shawn Guo --- diff --git a/arch/arm/configs/imx_v6_v7_defconfig b/arch/arm/configs/imx_v6_v7_defconfig index 51ca814f38fd0..2dbbc52d4efa5 100644 --- a/arch/arm/configs/imx_v6_v7_defconfig +++ b/arch/arm/configs/imx_v6_v7_defconfig @@ -207,6 +207,7 @@ CONFIG_POWER_SUPPLY=y CONFIG_SENSORS_GPIO_FAN=y CONFIG_SENSORS_IIO_HWMON=y CONFIG_THERMAL=y +CONFIG_THERMAL_WRITABLE_TRIPS=y CONFIG_CPU_THERMAL=y CONFIG_IMX_THERMAL=y CONFIG_WATCHDOG=y