From 327c03f643f979c2a42836a3feac741c04556083 Mon Sep 17 00:00:00 2001 From: Vipul Kumar Date: Mon, 1 Apr 2019 12:21:13 +0530 Subject: [PATCH] ARM: imx_v7_defconfig: Disable CONFIG_FSL_OTP This patch disable OTP driver. Now, we are using CONFIG_NVMEM_IMX_OCOTP driver. Due to CONFIG_FSL_OTP config, thermal_zone0 sub directory was not created under /sys/devices/virtual/thermal/. Signed-off-by: Vipul Kumar (cherry picked from commit 8f79efc11275c187b7caf553ef78291c33ed34e4) --- arch/arm/configs/imx_v7_defconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm/configs/imx_v7_defconfig b/arch/arm/configs/imx_v7_defconfig index 70ae0692b4d1..3d6d67ed96bd 100644 --- a/arch/arm/configs/imx_v7_defconfig +++ b/arch/arm/configs/imx_v7_defconfig @@ -184,7 +184,6 @@ CONFIG_SERIAL_IMX=y CONFIG_SERIAL_IMX_CONSOLE=y CONFIG_SERIAL_FSL_LPUART=y CONFIG_SERIAL_FSL_LPUART_CONSOLE=y -CONFIG_FSL_OTP=y CONFIG_HW_RANDOM_IMX_RNG=y # CONFIG_I2C_COMPAT is not set CONFIG_I2C_CHARDEV=y -- 2.17.1