Skip to content

Commit

Permalink
x86: Use the correct header for config descriptions.
Browse files Browse the repository at this point in the history
---help--- is no longer supported by upstream, so we replace their usage
with help.

Signed-off-by: Diab Neiroukh <[email protected]>
  • Loading branch information
lzlrd committed Jan 26, 2021
1 parent b551e3a commit 4b85ae6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/x86/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -1163,14 +1163,14 @@ config X86_THERMAL_VECTOR
def_bool y
prompt "Machine check thermal vector"
depends on X86_MCE_INTEL
---help---
help
Provide support for capturing thermal events, logging them, and
passing them off to other drivers.

config X86_MCE_THERMAL_VERBOSE
bool "Verbose logging for thermal events"
depends on X86_THERMAL_VECTOR
---help---
help
Display messages in the kernel log when thermal events are triggered,
such as overheating and throttling. This mostly only uses extra CPU
for ratelimiting and book keeping, so unless you need these logs, it
Expand Down

0 comments on commit 4b85ae6

Please sign in to comment.