diff options
author | Aravind Gopalakrishnan <Aravind.Gopalakrishnan@amd.com> | 2014-03-11 17:25:59 -0400 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2014-04-03 01:09:14 -0400 |
commit | ec0159503ae74aeb834e78366bdf4b9663ca1129 (patch) | |
tree | 71ca963b73612f1932a4dec6f2a1556cc111ccd5 /drivers/hwmon/Kconfig | |
parent | 0f1b1e6d73cb989ce2c071edc57deade3b084dfe (diff) |
hwmon: (k10temp) Add support for AMD F16 M30h processor
Adding new PCI ID to support AMD F16 M30h processor (Mullins).
While at it, modify Kconfig and Doc files to reflect the
support for newer processors
Note: PCI ID for this processor will make it into pci_ids.h
as part of this patch:
http://marc.info/?l=linux-kernel&m=139291362126057&w=2
which should be pulled into 3.15 when merge window opens
(It currently sits in 'for-next' branch of bp.git-
https://git.kernel.org/cgit/linux/kernel/git/bp/bp.git/log/?h=for-next)
Signed-off-by: Aravind Gopalakrishnan <Aravind.Gopalakrishnan@amd.com>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'drivers/hwmon/Kconfig')
-rw-r--r-- | drivers/hwmon/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig index b53d87958710..b13172cfbeef 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig | |||
@@ -280,8 +280,8 @@ config SENSORS_K10TEMP | |||
280 | If you say yes here you get support for the temperature | 280 | If you say yes here you get support for the temperature |
281 | sensor(s) inside your CPU. Supported are later revisions of | 281 | sensor(s) inside your CPU. Supported are later revisions of |
282 | the AMD Family 10h and all revisions of the AMD Family 11h, | 282 | the AMD Family 10h and all revisions of the AMD Family 11h, |
283 | 12h (Llano), 14h (Brazos), 15h (Bulldozer/Trinity) and | 283 | 12h (Llano), 14h (Brazos), 15h (Bulldozer/Trinity/Kaveri) and |
284 | 16h (Kabini) microarchitectures. | 284 | 16h (Kabini/Mullins) microarchitectures. |
285 | 285 | ||
286 | This driver can also be built as a module. If so, the module | 286 | This driver can also be built as a module. If so, the module |
287 | will be called k10temp. | 287 | will be called k10temp. |