diff options
author | Alain Volmat <avolmat@me.com> | 2023-02-09 10:16:54 +0100 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2023-02-15 17:30:04 +0100 |
commit | 6828e402d06f7c574430b61c05db784cd847b19f (patch) | |
tree | 8f9e79098af586e8994e3270135eb64aa1e348cc /drivers/thermal/st/Kconfig | |
parent | 9272d2d43b6e532d0c0b6d3a597cf75c9ca1e183 (diff) | |
download | lwn-6828e402d06f7c574430b61c05db784cd847b19f.tar.gz lwn-6828e402d06f7c574430b61c05db784cd847b19f.zip |
thermal/drivers/st: Remove syscfg based driver
The syscfg based thermal driver is only supporting STiH415 STiH416 and
STiD127 platforms which are all no more supported. We can thus safely
remove this driver since the remaining STi platform STiH407/STiH410
and STiH418 are all using the memmap based thermal driver.
Signed-off-by: Alain Volmat <avolmat@me.com>
Link: https://lore.kernel.org/r/20230209091659.1409-7-avolmat@me.com
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'drivers/thermal/st/Kconfig')
-rw-r--r-- | drivers/thermal/st/Kconfig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/thermal/st/Kconfig b/drivers/thermal/st/Kconfig index 58ece381956b..ecbdf4ef00f4 100644 --- a/drivers/thermal/st/Kconfig +++ b/drivers/thermal/st/Kconfig @@ -8,10 +8,6 @@ config ST_THERMAL help Support for thermal sensors on STMicroelectronics STi series of SoCs. -config ST_THERMAL_SYSCFG - select ST_THERMAL - tristate "STi series syscfg register access based thermal sensors" - config ST_THERMAL_MEMMAP select ST_THERMAL tristate "STi series memory mapped access based thermal sensors" |