From 9ab9ea2db0b13375d3d7114d5c82eb298a118740 Mon Sep 17 00:00:00 2001 From: "Justin M. Forbes" Date: Tue, 4 Aug 2020 17:00:01 -0500 Subject: Linux v5.8 rebase Signed-off-by: Justin M. Forbes --- configs/fedora/generic/x86/CONFIG_SENSORS_AMD_ENERGY | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 configs/fedora/generic/x86/CONFIG_SENSORS_AMD_ENERGY (limited to 'configs/fedora/generic/x86/CONFIG_SENSORS_AMD_ENERGY') diff --git a/configs/fedora/generic/x86/CONFIG_SENSORS_AMD_ENERGY b/configs/fedora/generic/x86/CONFIG_SENSORS_AMD_ENERGY new file mode 100644 index 000000000..5c79f40c1 --- /dev/null +++ b/configs/fedora/generic/x86/CONFIG_SENSORS_AMD_ENERGY @@ -0,0 +1,20 @@ +# CONFIG_SENSORS_AMD_ENERGY: +# +# If you say yes here you get support for core and package energy +# sensors, based on RAPL MSR for AMD family 17h and above CPUs. +# +# This driver can also be built as a module. If so, the module +# will be called as amd_energy. +# +# Symbol: SENSORS_AMD_ENERGY [=n] +# Type : tristate +# Defined at drivers/hwmon/Kconfig:327 +# Prompt: AMD RAPL MSR based Energy driver +# Depends on: HWMON [=y] && X86 [=y] +# Location: +# -> Device Drivers +# -> Hardware Monitoring support (HWMON [=y]) +# +# +# +CONFIG_SENSORS_AMD_ENERGY=m -- cgit