Kconfig (fffd80ccc1e6c7e5f13741e17a7d80582ae21fcc) Kconfig (8c1d04192e2ef1e6d38e9d5e9c500e5330d20339)
1#
2# Hardware monitoring chip drivers configuration
3#
4
5menuconfig HWMON
6 tristate "Hardware Monitoring support"
7 depends on HAS_IOMEM
8 default y

--- 680 unchanged lines hidden (view full) ---

689 help
690 If you say yes here you get support for Linear Technology LTC4261
691 Negative Voltage Hot Swap Controller I2C interface.
692
693 This driver can also be built as a module. If so, the module will
694 be called ltc4261.
695
696config SENSORS_LM95241
1#
2# Hardware monitoring chip drivers configuration
3#
4
5menuconfig HWMON
6 tristate "Hardware Monitoring support"
7 depends on HAS_IOMEM
8 default y

--- 680 unchanged lines hidden (view full) ---

689 help
690 If you say yes here you get support for Linear Technology LTC4261
691 Negative Voltage Hot Swap Controller I2C interface.
692
693 This driver can also be built as a module. If so, the module will
694 be called ltc4261.
695
696config SENSORS_LM95241
697 tristate "National Semiconductor LM95241 sensor chip"
697 tristate "National Semiconductor LM95241 and compatibles"
698 depends on I2C
699 help
698 depends on I2C
699 help
700 If you say yes here you get support for LM95241 sensor chip.
700 If you say yes here you get support for LM95231 and LM95241 sensor
701 chips.
701
702 This driver can also be built as a module. If so, the module
703 will be called lm95241.
704
705config SENSORS_LM95245
706 tristate "National Semiconductor LM95245 sensor chip"
707 depends on I2C && EXPERIMENTAL
708 help

--- 713 unchanged lines hidden ---
702
703 This driver can also be built as a module. If so, the module
704 will be called lm95241.
705
706config SENSORS_LM95245
707 tristate "National Semiconductor LM95245 sensor chip"
708 depends on I2C && EXPERIMENTAL
709 help

--- 713 unchanged lines hidden ---