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

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

138 depends on I2C && EXPERIMENTAL
139 help
140 If you say yes here you get support for the Analog Devices
141 ADT7470 temperature monitoring chips.
142
143 This driver can also be built as a module. If so, the module
144 will be called adt7470.
145
1#
2# Hardware monitoring chip drivers configuration
3#
4
5menuconfig HWMON
6 tristate "Hardware Monitoring support"
7 depends on HAS_IOMEM
8 default y

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

138 depends on I2C && EXPERIMENTAL
139 help
140 If you say yes here you get support for the Analog Devices
141 ADT7470 temperature monitoring chips.
142
143 This driver can also be built as a module. If so, the module
144 will be called adt7470.
145
146config SENSORS_ADT7473
147 tristate "Analog Devices ADT7473"
148 depends on I2C && EXPERIMENTAL
149 help
150 If you say yes here you get support for the Analog Devices
151 ADT7473 temperature monitoring chips.
152
153 This driver can also be built as a module. If so, the module
154 will be called adt7473.
155
146config SENSORS_K8TEMP
147 tristate "AMD Athlon64/FX or Opteron temperature sensor"
148 depends on X86 && PCI && EXPERIMENTAL
149 help
150 If you say yes here you get support for the temperature
151 sensor(s) inside your CPU. Supported is whole AMD K8
152 microarchitecture. Please note that you will need at least
153 lm-sensors 2.10.1 for proper userspace support.

--- 633 unchanged lines hidden ---
156config SENSORS_K8TEMP
157 tristate "AMD Athlon64/FX or Opteron temperature sensor"
158 depends on X86 && PCI && EXPERIMENTAL
159 help
160 If you say yes here you get support for the temperature
161 sensor(s) inside your CPU. Supported is whole AMD K8
162 microarchitecture. Please note that you will need at least
163 lm-sensors 2.10.1 for proper userspace support.

--- 633 unchanged lines hidden ---