On Wed, 3 Jun 2026 at 14:00, Tudor Ambarus <[email protected]> wrote: > > Enable the Exynos ACPM thermal driver (CONFIG_EXYNOS_ACPM_THERMAL) > to allow temperature monitoring and thermal management on Samsung > Exynos SoCs (like Google GS101), used on pixel phones. > > Signed-off-by: Tudor Ambarus <[email protected]> > ---
Reviewed-by: Peter Griffin <[email protected]> > arch/arm64/configs/defconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig > index d905a0777f93..3fe76a4c2633 100644 > --- a/arch/arm64/configs/defconfig > +++ b/arch/arm64/configs/defconfig > @@ -793,6 +793,7 @@ CONFIG_BCM2711_THERMAL=m > CONFIG_BCM2835_THERMAL=m > CONFIG_BRCMSTB_THERMAL=m > CONFIG_EXYNOS_THERMAL=y > +CONFIG_EXYNOS_ACPM_THERMAL=m > CONFIG_TEGRA_SOCTHERM=m > CONFIG_TEGRA_BPMP_THERMAL=m > CONFIG_GENERIC_ADC_THERMAL=m > > -- > 2.54.0.1013.g208068f2d8-goog >

