Skip to content

Commit

Permalink
hwmon: Fix help text for aspeed-g6-pwm-tach
Browse files Browse the repository at this point in the history
The help text has the wrong module name mentioned, and the capitalisation
of the title is inconsistent.

Fixes: 7e1449c ("hwmon: (aspeed-g6-pwm-tacho): Support for ASPEED g6 PWM/Fan tach")
Signed-off-by: Joel Stanley <joel@jms.id.au>
Link: https://lore.kernel.org/r/20250110114737.64035-1-joel@jms.id.au
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
  • Loading branch information
Joel Stanley authored and Guenter Roeck committed Jan 12, 2025
1 parent 516b013 commit c8571ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/hwmon/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -413,15 +413,15 @@ config SENSORS_ASPEED
will be called aspeed_pwm_tacho.

config SENSORS_ASPEED_G6
tristate "ASPEED g6 PWM and Fan tach driver"
tristate "ASPEED G6 PWM and Fan tach driver"
depends on ARCH_ASPEED || COMPILE_TEST
depends on PWM
help
This driver provides support for ASPEED G6 PWM and Fan Tach
controllers.

This driver can also be built as a module. If so, the module
will be called aspeed_pwm_tacho.
will be called aspeed_g6_pwm_tach.

config SENSORS_ATXP1
tristate "Attansic ATXP1 VID controller"
Expand Down

0 comments on commit c8571ea

Please sign in to comment.