diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2009-12-17 19:48:08 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-12-17 19:48:08 -0500 |
commit | e82b1dae2a8730c89e2a30c5c28562ef066f39d9 (patch) | |
tree | 4811b7fd81c45d6d9b35bbd0519f8bc232dde616 /drivers/hwmon/Kconfig | |
parent | fc6f0700d5cd54b5f8b30c4f0d93b06a6ba04b81 (diff) | |
parent | c46c0e9188685c0276b4c0adf9fb7e903937e35b (diff) |
Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging
* 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging:
hwmon: (w83627hf) Fix for "No such device"
hwmon: (sht15) Off-by-one error in array index + incorrect constants
hwmon: Add driver for VIA CPU core temperature
hwmon: (smsc47m1) Enable device if needed
hwmon: (smsc47m1) Fail module loading on error
hwmon: (smsc47m1) Only request I/O ports we really use
hwmon: New driver for AMD Family 10h/11h CPUs
Diffstat (limited to 'drivers/hwmon/Kconfig')
-rw-r--r-- | drivers/hwmon/Kconfig | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig index bf28945c610..46c3c566307 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig | |||
@@ -228,6 +228,18 @@ config SENSORS_K8TEMP | |||
228 | This driver can also be built as a module. If so, the module | 228 | This driver can also be built as a module. If so, the module |
229 | will be called k8temp. | 229 | will be called k8temp. |
230 | 230 | ||
231 | config SENSORS_K10TEMP | ||
232 | tristate "AMD Phenom/Sempron/Turion/Opteron temperature sensor" | ||
233 | depends on X86 && PCI | ||
234 | help | ||
235 | If you say yes here you get support for the temperature | ||
236 | sensor(s) inside your CPU. Supported are later revisions of | ||
237 | the AMD Family 10h and all revisions of the AMD Family 11h | ||
238 | microarchitectures. | ||
239 | |||
240 | This driver can also be built as a module. If so, the module | ||
241 | will be called k10temp. | ||
242 | |||
231 | config SENSORS_AMS | 243 | config SENSORS_AMS |
232 | tristate "Apple Motion Sensor driver" | 244 | tristate "Apple Motion Sensor driver" |
233 | depends on PPC_PMAC && !PPC64 && INPUT && ((ADB_PMU && I2C = y) || (ADB_PMU && !I2C) || I2C) && EXPERIMENTAL | 245 | depends on PPC_PMAC && !PPC64 && INPUT && ((ADB_PMU && I2C = y) || (ADB_PMU && !I2C) || I2C) && EXPERIMENTAL |
@@ -810,6 +822,14 @@ config SENSORS_TMP421 | |||
810 | This driver can also be built as a module. If so, the module | 822 | This driver can also be built as a module. If so, the module |
811 | will be called tmp421. | 823 | will be called tmp421. |
812 | 824 | ||
825 | config SENSORS_VIA_CPUTEMP | ||
826 | tristate "VIA CPU temperature sensor" | ||
827 | depends on X86 | ||
828 | help | ||
829 | If you say yes here you get support for the temperature | ||
830 | sensor inside your CPU. Supported are all known variants of | ||
831 | the VIA C7 and Nano. | ||
832 | |||
813 | config SENSORS_VIA686A | 833 | config SENSORS_VIA686A |
814 | tristate "VIA686A" | 834 | tristate "VIA686A" |
815 | depends on PCI | 835 | depends on PCI |