Skip to content

Commit 6828e40

Browse files
Alain Volmatrafaeljw
authored andcommitted
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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Daniel Lezcano <[email protected]> Signed-off-by: Rafael J. Wysocki <[email protected]>
1 parent 9272d2d commit 6828e40

File tree

3 files changed

+0
-179
lines changed

3 files changed

+0
-179
lines changed

drivers/thermal/st/Kconfig

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@ config ST_THERMAL
88
help
99
Support for thermal sensors on STMicroelectronics STi series of SoCs.
1010

11-
config ST_THERMAL_SYSCFG
12-
select ST_THERMAL
13-
tristate "STi series syscfg register access based thermal sensors"
14-
1511
config ST_THERMAL_MEMMAP
1612
select ST_THERMAL
1713
tristate "STi series memory mapped access based thermal sensors"

drivers/thermal/st/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# SPDX-License-Identifier: GPL-2.0-only
22
obj-$(CONFIG_ST_THERMAL) := st_thermal.o
3-
obj-$(CONFIG_ST_THERMAL_SYSCFG) += st_thermal_syscfg.o
43
obj-$(CONFIG_ST_THERMAL_MEMMAP) += st_thermal_memmap.o
54
obj-$(CONFIG_STM32_THERMAL) += stm_thermal.o

drivers/thermal/st/st_thermal_syscfg.c

Lines changed: 0 additions & 174 deletions
This file was deleted.

0 commit comments

Comments
 (0)