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

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

325config SENSORS_CORETEMP
326 tristate "Intel Core (2) Duo/Solo temperature sensor"
327 depends on X86 && EXPERIMENTAL
328 help
329 If you say yes here you get support for the temperature
330 sensor inside your CPU. Supported all are all known variants
331 of Intel Core family.
332
1#
2# Hardware monitoring chip drivers configuration
3#
4
5menuconfig HWMON
6 tristate "Hardware Monitoring support"
7 depends on HAS_IOMEM
8 default y

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

325config SENSORS_CORETEMP
326 tristate "Intel Core (2) Duo/Solo temperature sensor"
327 depends on X86 && EXPERIMENTAL
328 help
329 If you say yes here you get support for the temperature
330 sensor inside your CPU. Supported all are all known variants
331 of Intel Core family.
332
333config SENSORS_IBMAEM
334 tristate "IBM Active Energy Manager temperature/power sensors and control"
335 select IPMI_SI
336 depends on IPMI_HANDLER
337 help
338 If you say yes here you get support for the temperature and
339 power sensors and capping hardware in various IBM System X
340 servers that support Active Energy Manager. This includes
341 the x3350, x3550, x3650, x3655, x3755, x3850 M2, x3950 M2,
342 and certain HS2x/LS2x/QS2x blades.
343
344 This driver can also be built as a module. If so, the module
345 will be called ibmaem.
346
333config SENSORS_IBMPEX
334 tristate "IBM PowerExecutive temperature/power sensors"
335 select IPMI_SI
336 depends on IPMI_HANDLER
337 help
338 If you say yes here you get support for the temperature and
339 power sensors in various IBM System X servers that support
340 PowerExecutive. So far this includes the x3350, x3550, x3650,

--- 457 unchanged lines hidden ---
347config SENSORS_IBMPEX
348 tristate "IBM PowerExecutive temperature/power sensors"
349 select IPMI_SI
350 depends on IPMI_HANDLER
351 help
352 If you say yes here you get support for the temperature and
353 power sensors in various IBM System X servers that support
354 PowerExecutive. So far this includes the x3350, x3550, x3650,

--- 457 unchanged lines hidden ---