linux/drivers/thermal/intel
Randy Dunlap 4cfeb55a10 thermal: intel: BXT_PMIC: select REGMAP instead of depending on it
[ Upstream commit 1467fb9603 ]

REGMAP is a hidden (not user visible) symbol. Users cannot set it
directly thru "make *config", so drivers should select it instead of
depending on it if they need it.

Consistently using "select" or "depends on" can also help reduce
Kconfig circular dependency issues.

Therefore, change the use of "depends on REGMAP" to "select REGMAP".

Fixes: b474303ffd ("thermal: add Intel BXT WhiskeyCove PMIC thermal driver")
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2023-03-11 16:44:13 +01:00
..
int340x_thermal thermal: intel: int340x: Add locking to int340x_thermal_get_trip_type() 2023-02-06 07:52:46 +01:00
intel_bxt_pmic_thermal.c
intel_pch_thermal.c
intel_powerclamp.c thermal: intel: powerclamp: Fix cur_state for multi package system 2023-03-11 16:44:04 +01:00
intel_quark_dts_thermal.c thermal: intel: quark_dts: fix error pointer dereference 2023-03-11 16:44:13 +01:00
intel_soc_dts_iosf.c thermal: intel: Fix unsigned comparison with less than zero 2023-03-11 16:43:54 +01:00
intel_soc_dts_iosf.h
intel_soc_dts_thermal.c
Kconfig thermal: intel: BXT_PMIC: select REGMAP instead of depending on it 2023-03-11 16:44:13 +01:00
Makefile
x86_pkg_temp_thermal.c