diff options
author | Amit Kucheria <amit.kucheria@linaro.org> | 2018-12-07 12:25:27 +0530 |
---|---|---|
committer | Zhang Rui <rui.zhang@intel.com> | 2018-12-07 16:49:02 +0800 |
commit | 72e9baf997286610a2a3109e79fdb528590c5523 (patch) | |
tree | d559fbca301e24c037e2414cf281b0e5231df8f5 /drivers/thermal/Kconfig | |
parent | 3e8c4d31f8eddc957ee293b3556586ee698d9a21 (diff) | |
download | talos-op-linux-72e9baf997286610a2a3109e79fdb528590c5523.tar.gz talos-op-linux-72e9baf997286610a2a3109e79fdb528590c5523.zip |
drivers: thermal: Move QCOM_SPMI_TEMP_ALARM into the qcom subdir
This cleans up the directory a bit allowing just one place to look for
thermal related drivers for QCOM platforms instead of being scattered in
the root directory and the qcom/ subdirectory. Compile-tested with
ARCH=arm64 defconfig and the driver explicitly enabled with menuconfig.
Signed-off-by: Amit Kucheria <amit.kucheria@linaro.org>
Acked-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Signed-off-by: Zhang Rui <rui.zhang@intel.com>
Diffstat (limited to 'drivers/thermal/Kconfig')
-rw-r--r-- | drivers/thermal/Kconfig | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/drivers/thermal/Kconfig b/drivers/thermal/Kconfig index 772ab9dadda7..344f6459862b 100644 --- a/drivers/thermal/Kconfig +++ b/drivers/thermal/Kconfig @@ -374,17 +374,6 @@ config TANGO_THERMAL source "drivers/thermal/tegra/Kconfig" -config QCOM_SPMI_TEMP_ALARM - tristate "Qualcomm SPMI PMIC Temperature Alarm" - depends on OF && SPMI && IIO - select REGMAP_SPMI - help - This enables a thermal sysfs driver for Qualcomm plug-and-play (QPNP) - PMIC devices. It shows up in sysfs as a thermal sensor with multiple - trip points. The temperature reported by the thermal sensor reflects the - real time die temperature if an ADC is present or an estimate of the - temperature based upon the over temperature stage value. - config GENERIC_ADC_THERMAL tristate "Generic ADC based thermal sensor" depends on IIO |