aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/configs
diff options
context:
space:
mode:
authorMichael Ellerman <michael@ellerman.id.au>2009-03-12 15:52:47 -0400
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>2009-03-23 22:47:29 -0400
commitf5ac590e79d693d4239997265405535a2e0c36bd (patch)
tree43ebcda2919ca08558fdffbbbd1128475ffb35e3 /arch/powerpc/configs
parent097529f34e9fee9487fded1aa002ea095be62371 (diff)
powerpc: Turn on self-tests in ppc64_defconfig
Most of the code enabled by these options is __init, and it's much more useful to actually run the tests. Signed-off-by: Michael Ellerman <michael@ellerman.id.au> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/configs')
-rw-r--r--arch/powerpc/configs/ppc64_defconfig6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/powerpc/configs/ppc64_defconfig b/arch/powerpc/configs/ppc64_defconfig
index 88c6295b76c1..252401824575 100644
--- a/arch/powerpc/configs/ppc64_defconfig
+++ b/arch/powerpc/configs/ppc64_defconfig
@@ -2067,9 +2067,9 @@ CONFIG_DEBUG_STACKOVERFLOW=y
2067CONFIG_DEBUG_STACK_USAGE=y 2067CONFIG_DEBUG_STACK_USAGE=y
2068# CONFIG_DEBUG_PAGEALLOC is not set 2068# CONFIG_DEBUG_PAGEALLOC is not set
2069# CONFIG_HCALL_STATS is not set 2069# CONFIG_HCALL_STATS is not set
2070# CONFIG_CODE_PATCHING_SELFTEST is not set 2070CONFIG_CODE_PATCHING_SELFTEST=y
2071# CONFIG_FTR_FIXUP_SELFTEST is not set 2071CONFIG_FTR_FIXUP_SELFTEST=y
2072# CONFIG_MSI_BITMAP_SELFTEST is not set 2072CONFIG_MSI_BITMAP_SELFTEST=y
2073CONFIG_XMON=y 2073CONFIG_XMON=y
2074# CONFIG_XMON_DEFAULT is not set 2074# CONFIG_XMON_DEFAULT is not set
2075CONFIG_XMON_DISASSEMBLY=y 2075CONFIG_XMON_DISASSEMBLY=y