[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20181222090720.19234-12-okaya@kernel.org>
Date: Sat, 22 Dec 2018 09:07:20 +0000
From: Sinan Kaya <okaya@...nel.org>
To: linux-next@...r.kernel.org
Cc: linux-acpi@...r.kernel.org, Sinan Kaya <okaya@...nel.org>,
Zhang Rui <rui.zhang@...el.com>,
Eduardo Valentin <edubezval@...il.com>,
Daniel Lezcano <daniel.lezcano@...aro.org>,
Amit Kucheria <amit.kucheria@...aro.org>,
linux-pm@...r.kernel.org (open list:THERMAL),
linux-kernel@...r.kernel.org (open list)
Subject: [PATCH v2 11/11] drivers: thermal: Make PCI dependency explicit
IOSF_CORE depends on PCI. This was never mentioned.
Signed-off-by: Sinan Kaya <okaya@...nel.org>
---
drivers/thermal/intel/int340x_thermal/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/thermal/intel/int340x_thermal/Kconfig b/drivers/thermal/intel/int340x_thermal/Kconfig
index 0582bd12a239..0ca908d12750 100644
--- a/drivers/thermal/intel/int340x_thermal/Kconfig
+++ b/drivers/thermal/intel/int340x_thermal/Kconfig
@@ -4,7 +4,7 @@
config INT340X_THERMAL
tristate "ACPI INT340X thermal drivers"
- depends on X86 && ACPI
+ depends on X86 && ACPI && PCI
select THERMAL_GOV_USER_SPACE
select ACPI_THERMAL_REL
select ACPI_FAN
--
2.19.0
Powered by blists - more mailing lists