Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

thermal/drivers/rcar_gen3: Document Gen4 support in Kconfig entry

The R-Car Gen3 thermal driver supports both R-Car Gen3 and Gen4 SoCs.
Update the Kconfig entry.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
Reviewed-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
Link: https://lore.kernel.org/r/20250905193322.148115-1-marek.vasut+renesas@mailbox.org
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>

authored by

Marek Vasut and committed by
Daniel Lezcano
ec4be316 13eac80a

+3 -3
+3 -3
drivers/thermal/renesas/Kconfig
··· 10 10 thermal framework. 11 11 12 12 config RCAR_GEN3_THERMAL 13 - tristate "Renesas R-Car Gen3 and RZ/G2 thermal driver" 13 + tristate "Renesas R-Car Gen3/Gen4 and RZ/G2 thermal driver" 14 14 depends on ARCH_RENESAS || COMPILE_TEST 15 15 depends on HAS_IOMEM 16 16 depends on OF 17 17 help 18 - Enable this to plug the R-Car Gen3 or RZ/G2 thermal sensor driver into 19 - the Linux thermal framework. 18 + Enable this to plug the R-Car Gen3/Gen4 or RZ/G2 thermal sensor 19 + driver into the Linux thermal framework. 20 20 21 21 config RZG2L_THERMAL 22 22 tristate "Renesas RZ/G2L thermal driver"