diff mbox series

thermal: Kconfig: Update description for RCAR_GEN3_THERMAL config

Message ID 20200911100148.19673-1-prabhakar.mahadev-lad.rj@bp.renesas.com
State Accepted
Commit bc501418f09beb40e149d9d004c128c2a7d5552a
Headers show
Series thermal: Kconfig: Update description for RCAR_GEN3_THERMAL config | expand

Commit Message

Prabhakar Mahadev Lad Sept. 11, 2020, 10:01 a.m. UTC
rcar_gen3_thermal driver is also used on Renesas RZ/G2 SoC's, update the
same to reflect the description for RCAR_GEN3_THERMAL config.

Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
Reviewed-by: Chris Paterson <Chris.Paterson2@renesas.com>
---
 drivers/thermal/Kconfig | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
diff mbox series

Patch

diff --git a/drivers/thermal/Kconfig b/drivers/thermal/Kconfig
index b668224f906d..7edc8dc6bbab 100644
--- a/drivers/thermal/Kconfig
+++ b/drivers/thermal/Kconfig
@@ -346,13 +346,13 @@  config RCAR_THERMAL
 	  thermal framework.
 
 config RCAR_GEN3_THERMAL
-	tristate "Renesas R-Car Gen3 thermal driver"
+	tristate "Renesas R-Car Gen3 and RZ/G2 thermal driver"
 	depends on ARCH_RENESAS || COMPILE_TEST
 	depends on HAS_IOMEM
 	depends on OF
 	help
-	  Enable this to plug the R-Car Gen3 thermal sensor driver into the Linux
-	  thermal framework.
+	  Enable this to plug the R-Car Gen3 or RZ/G2 thermal sensor driver into
+	  the Linux thermal framework.
 
 config KIRKWOOD_THERMAL
 	tristate "Temperature sensor on Marvell Kirkwood SoCs"