[PATCH] hwmon: (asus-ec-sensors) refine config description

Eugene Shalygin posted 1 patch 1 month ago
drivers/hwmon/Kconfig | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
[PATCH] hwmon: (asus-ec-sensors) refine config description
Posted by Eugene Shalygin 1 month ago
Remove outdated mention of the supported mmotherboard families and add a
hint which sensor readings are available via the module.

Signed-off-by: Eugene Shalygin <eugene.shalygin@gmail.com>
---
 drivers/hwmon/Kconfig | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig
index 9d28fcf7cd2a..c53c041c32ef 100644
--- a/drivers/hwmon/Kconfig
+++ b/drivers/hwmon/Kconfig
@@ -2673,9 +2673,10 @@ config SENSORS_ASUS_EC
 	depends on ACPI_EC
 	help
 	  If you say yes here you get support for the ACPI embedded controller
-	  hardware monitoring interface found in ASUS motherboards. The driver
-	  currently supports B550/X570 boards, although other ASUS boards might
-	  provide this monitoring interface as well.
+	  hardware monitoring interface found in some ASUS motherboards. This is
+	  where such sensors as water flow and temperature, optional fans, and
+	  additional temperature sensors (T_Sensor, chipset temperatures)
+	  find themselves.
 
 	  This driver can also be built as a module. If so, the module
 	  will be called asus_ec_sensors.
-- 
2.51.0
Re: [PATCH] hwmon: (asus-ec-sensors) refine config description
Posted by Guenter Roeck 1 month ago
On Sat, Aug 30, 2025 at 03:12:15PM +0200, Eugene Shalygin wrote:
> Remove outdated mention of the supported mmotherboard families and add a
> hint which sensor readings are available via the module.
> 
> Signed-off-by: Eugene Shalygin <eugene.shalygin@gmail.com>

Applied.

Guenter