diff options
Diffstat (limited to 'drivers/hwmon/Kconfig')
| -rw-r--r-- | drivers/hwmon/Kconfig | 19 | 
1 files changed, 10 insertions, 9 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig index 773e484f164..297bc9a7d6e 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig @@ -238,13 +238,13 @@ config SENSORS_K8TEMP  	  will be called k8temp.  config SENSORS_K10TEMP -	tristate "AMD Phenom/Sempron/Turion/Opteron temperature sensor" +	tristate "AMD Family 10h/11h/12h/14h temperature sensor"  	depends on X86 && PCI  	help  	  If you say yes here you get support for the temperature  	  sensor(s) inside your CPU. Supported are later revisions of -	  the AMD Family 10h and all revisions of the AMD Family 11h -	  microarchitectures. +	  the AMD Family 10h and all revisions of the AMD Family 11h, +	  12h (Llano), and 14h (Brazos) microarchitectures.  	  This driver can also be built as a module.  If so, the module  	  will be called k10temp. @@ -455,13 +455,14 @@ config SENSORS_JZ4740  	  called jz4740-hwmon.  config SENSORS_JC42 -	tristate "JEDEC JC42.4 compliant temperature sensors" +	tristate "JEDEC JC42.4 compliant memory module temperature sensors"  	depends on I2C  	help -	  If you say yes here you get support for Jedec JC42.4 compliant -	  temperature sensors. Support will include, but not be limited to, -	  ADT7408, CAT34TS02,, CAT6095, MAX6604, MCP9805, MCP98242, MCP98243, -	  MCP9843, SE97, SE98, STTS424, TSE2002B3, and TS3000B3. +	  If you say yes here, you get support for JEDEC JC42.4 compliant +	  temperature sensors, which are used on many DDR3 memory modules for +	  mobile devices and servers.  Support will include, but not be limited +	  to, ADT7408, CAT34TS02, CAT6095, MAX6604, MCP9805, MCP98242, MCP98243, +	  MCP9843, SE97, SE98, STTS424(E), TSE2002B3, and TS3000B3.  	  This driver can also be built as a module.  If so, the module  	  will be called jc42. @@ -574,7 +575,7 @@ config SENSORS_LM85  	help  	  If you say yes here you get support for National Semiconductor LM85  	  sensor chips and clones: ADM1027, ADT7463, ADT7468, EMC6D100, -	  EMC6D101 and EMC6D102. +	  EMC6D101, EMC6D102, and EMC6D103.  	  This driver can also be built as a module.  If so, the module  	  will be called lm85.  |