]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
thermal: armada: Update Kconfig and module description
authorMiquel Raynal <miquel.raynal@free-electrons.com>
Fri, 22 Dec 2017 16:14:10 +0000 (17:14 +0100)
committerEduardo Valentin <edubezval@gmail.com>
Mon, 1 Jan 2018 21:21:48 +0000 (13:21 -0800)
Update Armada thermal driver Kconfig entry as well as the driver's
MODULE_DESCRIPTION content, now that 64-bit SoCs are also supported,
eg. Armada 7K and Armada 8K.

Use the generic term "Marvell EBU Armada SoCs" instead of listing all
the supported SoCs everywhere (excepted in the Kconfig description,
where it is useful to have a list).

Signed-off-by: Miquel Raynal <miquel.raynal@free-electrons.com>
Reviewed-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
Signed-off-by: Eduardo Valentin <edubezval@gmail.com>
drivers/thermal/Kconfig
drivers/thermal/armada_thermal.c

index 315ae2926e20fae31f2ab6eb7681870c181656c8..b6adc54b96f16650b41233e932c65e96dcdc36fa 100644 (file)
@@ -301,13 +301,13 @@ config DB8500_THERMAL
          thermal zone if trip points reached.
 
 config ARMADA_THERMAL
-       tristate "Armada 370/XP thermal management"
+       tristate "Marvell EBU Armada SoCs thermal management"
        depends on ARCH_MVEBU || COMPILE_TEST
        depends on HAS_IOMEM
        depends on OF
        help
          Enable this option if you want to have support for thermal management
-         controller present in Armada 370 and Armada XP SoC.
+         controller present in Marvell EBU Armada SoCs (370,375,XP,38x,7K,8K).
 
 config DA9062_THERMAL
        tristate "DA9062/DA9061 Dialog Semiconductor thermal driver"
index f2eba2a6f1a5135e91afbd7aa805f019c18d9df5..d426b230e1c5e90a2c5d2d637721dbf625d74c7f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Marvell Armada 370/XP thermal sensor driver
+ * Marvell EBU Armada SoCs thermal sensor driver
  *
  * Copyright (C) 2013 Marvell
  *
@@ -407,5 +407,5 @@ static struct platform_driver armada_thermal_driver = {
 module_platform_driver(armada_thermal_driver);
 
 MODULE_AUTHOR("Ezequiel Garcia <ezequiel.garcia@free-electrons.com>");
-MODULE_DESCRIPTION("Armada 370/XP thermal driver");
+MODULE_DESCRIPTION("Marvell EBU Armada SoCs thermal driver");
 MODULE_LICENSE("GPL v2");