Kconfig (229d495d8189ae785dacee72e5633a58edc25ddf) Kconfig (8abee9566b7e8eecf566c4daf6be062a27369890)
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# Hardware monitoring chip drivers configuration
4#
5
6menuconfig HWMON
7 tristate "Hardware Monitoring support"
8 depends on HAS_IOMEM

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

319 depends on X86 && PCI && CPU_SUP_AMD
320 help
321 If you say yes here you get support for processor power
322 information of your AMD family 15h CPU.
323
324 This driver can also be built as a module. If so, the module
325 will be called fam15h_power.
326
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# Hardware monitoring chip drivers configuration
4#
5
6menuconfig HWMON
7 tristate "Hardware Monitoring support"
8 depends on HAS_IOMEM

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

319 depends on X86 && PCI && CPU_SUP_AMD
320 help
321 If you say yes here you get support for processor power
322 information of your AMD family 15h CPU.
323
324 This driver can also be built as a module. If so, the module
325 will be called fam15h_power.
326
327config SENSORS_AMD_ENERGY
328 tristate "AMD RAPL MSR based Energy driver"
329 depends on X86
330 help
331 If you say yes here you get support for core and package energy
332 sensors, based on RAPL MSR for AMD family 17h and above CPUs.
333
334 This driver can also be built as a module. If so, the module
335 will be called as amd_energy.
336
327config SENSORS_APPLESMC
328 tristate "Apple SMC (Motion sensor, light sensor, keyboard backlight)"
329 depends on INPUT && X86
330 select NEW_LEDS
331 select LEDS_CLASS
332 help
333 This driver provides support for the Apple System Management
334 Controller, which provides an accelerometer (Apple Sudden Motion

--- 1697 unchanged lines hidden ---
337config SENSORS_APPLESMC
338 tristate "Apple SMC (Motion sensor, light sensor, keyboard backlight)"
339 depends on INPUT && X86
340 select NEW_LEDS
341 select LEDS_CLASS
342 help
343 This driver provides support for the Apple System Management
344 Controller, which provides an accelerometer (Apple Sudden Motion

--- 1697 unchanged lines hidden ---