Commit 108ea7eb authored by Juerg Haefliger's avatar Juerg Haefliger Committed by Ingo Molnar

perf/x86/Kconfig: Fix indentation in the Kconfig file

The convention for indentation seems to be a single tab. Help text is
further indented by an additional two whitespaces. Fix the lines that
violate these rules.
Signed-off-by: default avatarJuerg Haefliger <juerg.haefliger@canonical.com>
Signed-off-by: default avatarIngo Molnar <mingo@kernel.org>
Link: https://lore.kernel.org/r/20220525133949.53730-1-juerg.haefliger@canonical.com
parent 6f3f04c1
...@@ -6,24 +6,24 @@ config PERF_EVENTS_INTEL_UNCORE ...@@ -6,24 +6,24 @@ config PERF_EVENTS_INTEL_UNCORE
depends on PERF_EVENTS && CPU_SUP_INTEL && PCI depends on PERF_EVENTS && CPU_SUP_INTEL && PCI
default y default y
help help
Include support for Intel uncore performance events. These are Include support for Intel uncore performance events. These are
available on NehalemEX and more modern processors. available on NehalemEX and more modern processors.
config PERF_EVENTS_INTEL_RAPL config PERF_EVENTS_INTEL_RAPL
tristate "Intel/AMD rapl performance events" tristate "Intel/AMD rapl performance events"
depends on PERF_EVENTS && (CPU_SUP_INTEL || CPU_SUP_AMD) && PCI depends on PERF_EVENTS && (CPU_SUP_INTEL || CPU_SUP_AMD) && PCI
default y default y
help help
Include support for Intel and AMD rapl performance events for power Include support for Intel and AMD rapl performance events for power
monitoring on modern processors. monitoring on modern processors.
config PERF_EVENTS_INTEL_CSTATE config PERF_EVENTS_INTEL_CSTATE
tristate "Intel cstate performance events" tristate "Intel cstate performance events"
depends on PERF_EVENTS && CPU_SUP_INTEL && PCI depends on PERF_EVENTS && CPU_SUP_INTEL && PCI
default y default y
help help
Include support for Intel cstate performance events for power Include support for Intel cstate performance events for power
monitoring on modern processors. monitoring on modern processors.
config PERF_EVENTS_AMD_POWER config PERF_EVENTS_AMD_POWER
depends on PERF_EVENTS && CPU_SUP_AMD depends on PERF_EVENTS && CPU_SUP_AMD
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment