[LEDE-DEV] [PATCH v2] imx6: Add hwmon-core driver to the kernel config instead of packaging it
Petr Štetiar
ynezz at true.cz
Thu Jan 12 08:50:09 PST 2017
This commit have removed kmod-thermal-imx package:
commit 7f0796d874f8cbcc1bd7705ff4edf8c30223d2bd
Author: Felix Fietkau <nbd at nbd.name>
imx6: remove kmod-thermal-imx, it is already enabled in the kernel config
which made hwmon modules unavailable, because kmod-thermal-imx had
DEPENDS:=+kmod-thermal which had DEPENDS:=+kmod-hwmon-core and currently
nothing selects kmod-hwmon-core.
It's prefered to have it compiled directly in the kernel.
Signed-off-by: Petr Štetiar <ynezz at true.cz>
Cc: Felix Fietkau <nbd at nbd.name>
---
target/linux/imx6/config-4.4 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/target/linux/imx6/config-4.4 b/target/linux/imx6/config-4.4
index 1195e26..a4639af 100644
--- a/target/linux/imx6/config-4.4
+++ b/target/linux/imx6/config-4.4
@@ -106,7 +106,6 @@ CONFIG_CRYPTO_DEV_FSL_CAAM_JR=y
CONFIG_CRYPTO_DEV_FSL_CAAM_LE=y
CONFIG_CRYPTO_DEV_FSL_CAAM_RINGSIZE=9
CONFIG_CRYPTO_DEV_FSL_CAAM_RNG_API=y
-# CONFIG_CRYPTO_DEV_MXS_DCP is not set
# CONFIG_CRYPTO_GHASH_ARM_CE is not set
CONFIG_CRYPTO_HASH=y
CONFIG_CRYPTO_HASH2=y
@@ -238,6 +237,7 @@ CONFIG_HAVE_SMP=y
CONFIG_HAVE_SYSCALL_TRACEPOINTS=y
CONFIG_HAVE_UID16=y
CONFIG_HAVE_VIRT_CPU_ACCOUNTING_GEN=y
+CONFIG_HWMON=y
CONFIG_HW_RANDOM=y
CONFIG_HZ_FIXED=0
CONFIG_I2C=y
--
1.9.1
More information about the Lede-dev
mailing list