lkml.org 
[lkml]   [2014]   [Jan]   [13]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Subject[PATCH 10/12] x86 Kconfig: MCE menu
From
Date

From: Dave Hansen <dave.hansen@linux.intel.com>

This is a fairly small one, but it still saves 3 lines in the
top-level menu.

Signed-off-by: Dave Hansen <dave.hansen@linux.intel.com>
---

linux.git-davehans/arch/x86/Kconfig | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

diff -puN arch/x86/Kconfig~x86-mce-menu arch/x86/Kconfig
--- linux.git/arch/x86/Kconfig~x86-mce-menu 2014-01-13 11:11:36.408246405 -0800
+++ linux.git-davehans/arch/x86/Kconfig 2014-01-13 11:11:36.412246586 -0800
@@ -1234,7 +1234,7 @@ config X86_VISWS_APIC
def_bool y
depends on X86_32 && X86_VISWS

-config X86_MCE
+menuconfig X86_MCE
bool "Machine Check / overheating reporting"
default y
---help---
@@ -1267,10 +1267,6 @@ config X86_ANCIENT_MCE
systems. These typically need to be enabled explicitely on the command
line.

-config X86_MCE_THRESHOLD
- depends on X86_MCE_AMD || X86_MCE_INTEL
- def_bool y
-
config X86_MCE_INJECT
depends on X86_MCE
tristate "Machine check injector support"
@@ -1279,6 +1275,10 @@ config X86_MCE_INJECT
If you don't know what a machine check is and you don't do kernel
QA it is safe to say n.

+config X86_MCE_THRESHOLD
+ depends on X86_MCE_AMD || X86_MCE_INTEL
+ def_bool y
+
config X86_THERMAL_VECTOR
def_bool y
depends on X86_MCE_INTEL
_

\
 
 \ /
  Last update: 2014-01-13 21:01    [W:0.200 / U:0.864 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site