std.arm revision 303163
1# Standard kernel config items for all ARMv4/v5 systems.
2#
3# $FreeBSD: stable/11/sys/arm/conf/std.arm 303163 2016-07-21 22:13:40Z ian $
4
5options 	COMPAT_FREEBSD10	# Compatible with FreeBSD10
6
7# Debugging support.  Always need this:
8makeoptions	DEBUG=-g		# Build kernel with gdb(1) debug symbols
9options 	KDB			# Enable kernel debugger support.
10options 	KDB_TRACE		# Print a stack trace for a panic.
11
12