diff options
Diffstat (limited to 'drivers/hwmon/Kconfig')
-rw-r--r-- | drivers/hwmon/Kconfig | 9 |
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 | ||
705 | config 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 | |||
705 | config SENSORS_MAX1111 | 714 | config 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 |