diff options
author | ian <ian@FreeBSD.org> | 2016-07-15 21:30:19 +0000 |
---|---|---|
committer | ian <ian@FreeBSD.org> | 2016-07-15 21:30:19 +0000 |
commit | d1e18217aa83efb17a14558bf39c76b7eb05ba40 (patch) | |
tree | e0364a2b7a470be2927af6ac1818aac01d5fa4f0 /sys/arm/conf/SAM9260EK | |
parent | 2f186ce5b4827d0577f88fb47323ce09c5439997 (diff) | |
download | FreeBSD-src-d1e18217aa83efb17a14558bf39c76b7eb05ba40.zip FreeBSD-src-d1e18217aa83efb17a14558bf39c76b7eb05ba40.tar.gz |
MFC r302502, r302505:
Consolidate debugging options from all arm kernel configs to std.arm[v6].
Correct syntax errors that only show up when compiled with INVARIANTS.
Approved by: re (gjb)
Diffstat (limited to 'sys/arm/conf/SAM9260EK')
-rw-r--r-- | sys/arm/conf/SAM9260EK | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/sys/arm/conf/SAM9260EK b/sys/arm/conf/SAM9260EK index 7248046..d394938 100644 --- a/sys/arm/conf/SAM9260EK +++ b/sys/arm/conf/SAM9260EK @@ -36,7 +36,6 @@ options SOCDEV_VA=0xdc000000 # To statically compile in device wiring instead of /boot/device.hints hints "SAM9260EK.hints" -#makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols makeoptions MODULES_OVERRIDE="" options SCHED_4BSD # 4BSD scheduler @@ -79,20 +78,6 @@ options PRINTF_BUFR_SIZE=128 # Prevent printf output being interspersed. #options MAC # TrustedBSD MAC Framework #options INCLUDE_CONFIG_FILE # Include this file in kernel -# Debugging support. Always need this: -#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 -#options MALLOC_DEBUG_MAXZONES=8 # Separate malloc(9) zones - # NFS root from boopt/dhcp #options BOOTP #options BOOTP_NFSROOT @@ -170,10 +155,8 @@ device md # Memory "disks" # Serial (COM) ports device uart # Multi-uart driver -options ALT_BREAK_TO_DEBUGGER # USB support -#options USB_DEBUG # enable debug msgs #device ohci # OHCI USB interface #device usb # USB Bus (required) #device umass # Disks/Mass storage - Requires scbus and da |