Skip to content

Commit

Permalink
thermal: stm32: Enable support of STM32_THERMAL on STM32MP13
Browse files Browse the repository at this point in the history
To be able to compile the driver on STM32MP13 SoCs, add MACH_STM32MP13 to
config STM32_THERMAL "depends on".

Change-Id: I847b3d341d9e429c49e4ff99971aafe50109c6b1
Signed-off-by: Amelie Delaunay <amelie.delaunay@foss.st.com>
Reviewed-on: https://gerrit.st.com/c/mpu/oe/st/linux-stm32/+/285194
ACI: CITOOLS <MDG-smet-aci-reviews@list.st.com>
ACI: CIBUILD <MDG-smet-aci-builds@list.st.com>
Reviewed-by: Patrick DELAUNAY <patrick.delaunay@foss.st.com>
Domain-Review: Patrick DELAUNAY <patrick.delaunay@foss.st.com>
  • Loading branch information
ADESTM authored and fourmone committed Jul 31, 2023
1 parent a75a945 commit 1847a3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/thermal/st/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ config ST_THERMAL_MEMMAP

config STM32_THERMAL
tristate "Thermal framework support on STMicroelectronics STM32 series of SoCs"
depends on MACH_STM32MP157
depends on MACH_STM32MP157 || MACH_STM32MP13
default y
help
Support for thermal framework on STMicroelectronics STM32 series of
SoCs. This thermal driver allows to access to general thermal framework
functionalities and to access to SoC sensor functionalities. This
configuration is fully dependent of MACH_STM32MP157.
configuration is fully dependent of MACH_STM32MP157 or MACH_STM32MP13.

0 comments on commit 1847a3c

Please sign in to comment.