diff options
Diffstat (limited to 'drivers/hwmon/Kconfig')
-rw-r--r-- | drivers/hwmon/Kconfig | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig index 0b62c3c6b7ce..9b347acf1559 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig | |||
@@ -68,6 +68,16 @@ config SENSORS_ABITUGURU3 | |||
68 | This driver can also be built as a module. If so, the module | 68 | This driver can also be built as a module. If so, the module |
69 | will be called abituguru3. | 69 | will be called abituguru3. |
70 | 70 | ||
71 | config SENSORS_AD7314 | ||
72 | tristate "Analog Devices AD7314 and compatibles" | ||
73 | depends on SPI && EXPERIMENTAL | ||
74 | help | ||
75 | If you say yes here you get support for the Analog Devices | ||
76 | AD7314, ADT7301 and ADT7302 temperature sensors. | ||
77 | |||
78 | This driver can also be built as a module. If so, the module | ||
79 | will be called ad7314. | ||
80 | |||
71 | config SENSORS_AD7414 | 81 | config SENSORS_AD7414 |
72 | tristate "Analog Devices AD7414" | 82 | tristate "Analog Devices AD7414" |
73 | depends on I2C && EXPERIMENTAL | 83 | depends on I2C && EXPERIMENTAL |
@@ -303,6 +313,16 @@ config SENSORS_DS1621 | |||
303 | This driver can also be built as a module. If so, the module | 313 | This driver can also be built as a module. If so, the module |
304 | will be called ds1621. | 314 | will be called ds1621. |
305 | 315 | ||
316 | config SENSORS_EXYNOS4_TMU | ||
317 | tristate "Temperature sensor on Samsung EXYNOS4" | ||
318 | depends on EXYNOS4_DEV_TMU | ||
319 | help | ||
320 | If you say yes here you get support for TMU (Thermal Managment | ||
321 | Unit) on SAMSUNG EXYNOS4 series of SoC. | ||
322 | |||
323 | This driver can also be built as a module. If so, the module | ||
324 | will be called exynos4-tmu. | ||
325 | |||
306 | config SENSORS_I5K_AMB | 326 | config SENSORS_I5K_AMB |
307 | tristate "FB-DIMM AMB temperature sensor on Intel 5000 series chipsets" | 327 | tristate "FB-DIMM AMB temperature sensor on Intel 5000 series chipsets" |
308 | depends on PCI && EXPERIMENTAL | 328 | depends on PCI && EXPERIMENTAL |
@@ -531,6 +551,7 @@ config SENSORS_LM75 | |||
531 | If you say yes here you get support for one common type of | 551 | If you say yes here you get support for one common type of |
532 | temperature sensor chip, with models including: | 552 | temperature sensor chip, with models including: |
533 | 553 | ||
554 | - Analog Devices ADT75 | ||
534 | - Dallas Semiconductor DS75 and DS1775 | 555 | - Dallas Semiconductor DS75 and DS1775 |
535 | - Maxim MAX6625 and MAX6626 | 556 | - Maxim MAX6625 and MAX6626 |
536 | - Microchip MCP980x | 557 | - Microchip MCP980x |