aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/Kconfig.debug
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2008-02-13 10:15:34 -0500
committerThomas Gleixner <tglx@linutronix.de>2008-05-26 10:15:32 -0400
commit72370f2a5b227bd3817593a6b15ea3f53f51dfcb (patch)
treeed11ab4fd3f5770ff4513194e0c647cd909aced4 /arch/x86/Kconfig.debug
parent5cb273013e182a35e7db614d3e20a144cba71e53 (diff)
x86: if stackprotector is enabled, thn use stack-protector-all by default
also enable the rodata and nx tests. Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'arch/x86/Kconfig.debug')
-rw-r--r--arch/x86/Kconfig.debug1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/Kconfig.debug b/arch/x86/Kconfig.debug
index ac1e31ba4795..b5c5b55d0437 100644
--- a/arch/x86/Kconfig.debug
+++ b/arch/x86/Kconfig.debug
@@ -102,6 +102,7 @@ config DIRECT_GBPAGES
102config DEBUG_RODATA_TEST 102config DEBUG_RODATA_TEST
103 bool "Testcase for the DEBUG_RODATA feature" 103 bool "Testcase for the DEBUG_RODATA feature"
104 depends on DEBUG_RODATA 104 depends on DEBUG_RODATA
105 default y
105 help 106 help
106 This option enables a testcase for the DEBUG_RODATA 107 This option enables a testcase for the DEBUG_RODATA
107 feature as well as for the change_page_attr() infrastructure. 108 feature as well as for the change_page_attr() infrastructure.