diff options
| author | Andriy Gapon <avg@FreeBSD.org> | 2010-10-25 07:58:37 +0000 |
|---|---|---|
| committer | Andriy Gapon <avg@FreeBSD.org> | 2010-10-25 07:58:37 +0000 |
| commit | d50fbfed84d37b1e3758a9a6d5b978b75b050edd (patch) | |
| tree | c62ad401728a8941474bc543afaa31e7b9a59da7 /sys/powerpc | |
| parent | 62de46c374511b9b9631f3ecdca6b558156b5b0b (diff) | |
Notes
Diffstat (limited to 'sys/powerpc')
| -rw-r--r-- | sys/powerpc/conf/GENERIC | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/powerpc/conf/GENERIC b/sys/powerpc/conf/GENERIC index bb0996f9be9d..f28bc9b488a7 100644 --- a/sys/powerpc/conf/GENERIC +++ b/sys/powerpc/conf/GENERIC @@ -68,6 +68,9 @@ options AUDIT # Security event auditing options MAC # TrustedBSD MAC Framework options INCLUDE_CONFIG_FILE # Include this file in kernel +options KDB # Kernel debugger related code +options KDB_TRACE # Print a stack trace for a panic + # To make an SMP kernel, the next line is needed #options SMP # Symmetric MultiProcessor Kernel |
