From 071106ecf68c401173c58808b1cf5f68cc50d390 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Fri, 05 Jan 2024 08:39:27 +0000 Subject: [PATCH] change wifi driver to cypress --- kernel/drivers/thermal/intel/Kconfig | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/kernel/drivers/thermal/intel/Kconfig b/kernel/drivers/thermal/intel/Kconfig index 8025b21..b542757 100644 --- a/kernel/drivers/thermal/intel/Kconfig +++ b/kernel/drivers/thermal/intel/Kconfig @@ -60,7 +60,8 @@ config INTEL_BXT_PMIC_THERMAL tristate "Intel Broxton PMIC thermal driver" - depends on X86 && INTEL_SOC_PMIC_BXTWC && REGMAP + depends on X86 && INTEL_SOC_PMIC_BXTWC + select REGMAP help Select this driver for Intel Broxton PMIC with ADC channels monitoring system temperature measurements and alerts. -- Gitblit v1.6.2