aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/conf/EFIKA_MX
diff options
context:
space:
mode:
authorIan Lepore <ian@FreeBSD.org>2016-07-09 20:42:57 +0000
committerIan Lepore <ian@FreeBSD.org>2016-07-09 20:42:57 +0000
commit7651aa600bdae649a55cf66874c5a12d72e4b22b (patch)
treebb6ca7db545b057ab4c03d4c29476d5bde425add /sys/arm/conf/EFIKA_MX
parent9e749f25daebd3729ec78dc0a3e4ed4e08312a2a (diff)
downloadsrc-7651aa600bdae649a55cf66874c5a12d72e4b22b.tar.gz
src-7651aa600bdae649a55cf66874c5a12d72e4b22b.zip
Consolidate debugging options from all arm kernel configs to std.arm[v6].
Notes
Notes: svn path=/head/; revision=302505
Diffstat (limited to 'sys/arm/conf/EFIKA_MX')
-rw-r--r--sys/arm/conf/EFIKA_MX18
1 files changed, 0 insertions, 18 deletions
diff --git a/sys/arm/conf/EFIKA_MX b/sys/arm/conf/EFIKA_MX
index 8b4b4aab4504..a5a150919352 100644
--- a/sys/arm/conf/EFIKA_MX
+++ b/sys/arm/conf/EFIKA_MX
@@ -33,22 +33,6 @@ options SCHED_4BSD # 4BSD scheduler
options PLATFORM
options INCLUDE_CONFIG_FILE # Include this file in kernel
-# Debugging for use in -current
-makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
-options ALT_BREAK_TO_DEBUGGER
-#options VERBOSE_SYSINIT # Enable verbose sysinit messages
-options KDB # Enable kernel debugger support
-# For minimum debugger support (stable branch) use:
-#options KDB_TRACE # Print a stack trace for a panic
-# For full debugger support use this instead:
-options DDB # Enable the kernel debugger
-#options GDB # Support remote GDB
-options DEADLKRES # Enable the deadlock resolver
-options INVARIANTS # Enable calls of extra sanity checking
-options INVARIANT_SUPPORT # Extra sanity checks of internal structures, required by INVARIANTS
-options WITNESS # Enable checks to detect deadlocks and cycles
-#options WITNESS_SKIPSPIN # Don't run witness on spinlocks for speed
-
# NFS root from boopt/dhcp
#options BOOTP
#options BOOTP_NFSROOT
@@ -83,7 +67,6 @@ device ether # Ethernet support
# Serial (COM) ports
device uart # Multi-uart driver
-options ALT_BREAK_TO_DEBUGGER
device ata
device atapci # Only for helper functions
@@ -104,7 +87,6 @@ device pass # Passthrough device (direct ATA/SCSI access)
# USB support
options USB_HOST_ALIGN=64 # Align usb buffers to cache line size.
-#options USB_DEBUG # enable debug msgs
device ehci # OHCI USB interface
device usb # USB Bus (required)
device umass # Disks/Mass storage - Requires scbus and da