aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/Kconfig
diff options
context:
space:
mode:
authorGuenter Roeck <linux@roeck-us.net>2013-04-02 11:53:19 -0400
committerGuenter Roeck <linux@roeck-us.net>2013-04-08 00:16:42 -0400
commit2c7fd30da21bf6bda12d7a0f678e4fd8ed362c96 (patch)
tree466504e48c8d28fee78f5515dbdd5a6b199a650d /drivers/hwmon/Kconfig
parentc81cc5a4c14d8d7cc5c891ddf6cb8e7750a44dee (diff)
hwmon: (nct6775) Expand scope of supported chips
NCT6775, NCT6776, and NCT6779 have a number of variants with the same chip ID but different chip labels. Add text "or compatible" to the message displayed when the driver is loaded and rephrase the Kconfig entry to reflect that it also supports compatible chips. Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'drivers/hwmon/Kconfig')
-rw-r--r--drivers/hwmon/Kconfig8
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig
index 4986961a98f8..26ebff0b45ca 100644
--- a/drivers/hwmon/Kconfig
+++ b/drivers/hwmon/Kconfig
@@ -908,14 +908,14 @@ config SENSORS_MCP3021
908 will be called mcp3021. 908 will be called mcp3021.
909 909
910config SENSORS_NCT6775 910config SENSORS_NCT6775
911 tristate "Nuvoton NCT6775F, NCT6776F, NCT6779D" 911 tristate "Nuvoton NCT6775F and compatibles"
912 depends on !PPC 912 depends on !PPC
913 select HWMON_VID 913 select HWMON_VID
914 help 914 help
915 If you say yes here you get support for the hardware monitoring 915 If you say yes here you get support for the hardware monitoring
916 functionality of the Nuvoton NCT6775F, NCT6776F, and NCT6779D 916 functionality of the Nuvoton NCT6775F, NCT6776F, NCT6779D
917 Super-I/O chips. This driver replaces the w83627ehf driver for 917 and compatible Super-I/O chips. This driver replaces the
918 NCT6775F and NCT6776F. 918 w83627ehf driver for NCT6775F and NCT6776F.
919 919
920 This driver can also be built as a module. If so, the module 920 This driver can also be built as a module. If so, the module
921 will be called nct6775. 921 will be called nct6775.