[PATCH 3/3] x86: change MTRR_SANITIZER to def_bool y

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Yinghai Lu
Date: Tuesday, September 30, 2008 - 4:29 pm

Signed-off-by: Yinghai Lu <yhlu.kernel@gmail.com>

---
 arch/x86/Kconfig |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Index: linux-2.6/arch/x86/Kconfig
===================================================================
--- linux-2.6.orig/arch/x86/Kconfig
+++ linux-2.6/arch/x86/Kconfig
@@ -1243,7 +1243,7 @@ config MTRR
 	  See <file:Documentation/x86/mtrr.txt> for more information.
 
 config MTRR_SANITIZER
-	bool
+	def_bool y
 	prompt "MTRR cleanup support"
 	depends on MTRR
 	help
@@ -1254,7 +1254,7 @@ config MTRR_SANITIZER
 	  The largest mtrr entry size for a continous block can be set with
 	  mtrr_chunk_size.
 
-	  If unsure, say N.
+	  If unsure, say Y.
 
 config MTRR_SANITIZER_ENABLE_DEFAULT
 	int "MTRR cleanup enable value (0-1)"
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH 1/3] x86: mtrr_cleanup update command line, Yinghai Lu, (Tue Sep 30, 4:29 pm)
[PATCH 2/3] x86: doc mtrr-cleanup-debug, Yinghai Lu, (Tue Sep 30, 4:29 pm)
[PATCH 3/3] x86: change MTRR_SANITIZER to def_bool y, Yinghai Lu, (Tue Sep 30, 4:29 pm)
Re: [PATCH 1/3] x86: mtrr_cleanup update command line, H. Peter Anvin, (Tue Sep 30, 4:41 pm)
Re: [PATCH 1/3] x86: mtrr_cleanup update command line, Randy Dunlap, (Tue Sep 30, 4:57 pm)
Re: [PATCH 1/3] x86: mtrr_cleanup update command line, Randy Dunlap, (Tue Sep 30, 5:07 pm)
Re: [PATCH 1/3] x86: mtrr_cleanup update command line, Randy Dunlap, (Tue Sep 30, 5:35 pm)
Re: [PATCH 1/3] x86: mtrr_cleanup update command line, Randy Dunlap, (Tue Sep 30, 5:41 pm)
Re: [PATCH 1/3] x86: mtrr_cleanup update command line, Randy Dunlap, (Wed Oct 8, 5:07 pm)
Re: [PATCH 1/3] x86: mtrr_cleanup update command line, Randy Dunlap, (Thu Oct 9, 10:20 am)
Re: [PATCH 1/3] x86: mtrr_cleanup update command line, H. Peter Anvin, (Thu Oct 9, 11:43 am)