aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/Kconfig
diff options
context:
space:
mode:
authorAlexander Stein <alexander.stein@systec-electronic.com>2011-06-28 11:11:23 -0400
committerGuenter Roeck <guenter.roeck@ericsson.com>2011-07-28 03:17:35 -0400
commitfffd80ccc1e6c7e5f13741e17a7d80582ae21fcc (patch)
tree6c3b9d74a4f1cc21a2f60ac022e115c833b8ba78 /drivers/hwmon/Kconfig
parent2ef017935d698b1c7c7421a7ebe20579d8f904dd (diff)
hwmon: LM95245 driver
A hwmon driver for the National Semiconductor LM95245 dual temperature sensors chip. Signed-off-by: Alexander Stein <alexander.stein@systec-electronic.com> Signed-off-by: Guenter Roeck <guenter.roeck@ericsson.com>
Diffstat (limited to 'drivers/hwmon/Kconfig')
-rw-r--r--drivers/hwmon/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig
index 1396290a31a4..166889b326ff 100644
--- a/drivers/hwmon/Kconfig
+++ b/drivers/hwmon/Kconfig
@@ -702,6 +702,15 @@ config SENSORS_LM95241
702 This driver can also be built as a module. If so, the module 702 This driver can also be built as a module. If so, the module
703 will be called lm95241. 703 will be called lm95241.
704 704
705config SENSORS_LM95245
706 tristate "National Semiconductor LM95245 sensor chip"
707 depends on I2C && EXPERIMENTAL
708 help
709 If you say yes here you get support for LM95245 sensor chip.
710
711 This driver can also be built as a module. If so, the module
712 will be called lm95245.
713
705config SENSORS_MAX1111 714config SENSORS_MAX1111
706 tristate "Maxim MAX1111 Multichannel, Serial 8-bit ADC chip" 715 tristate "Maxim MAX1111 Multichannel, Serial 8-bit ADC chip"
707 depends on SPI_MASTER 716 depends on SPI_MASTER