Deleted Added
full compact
BEAGLEBONE (284534) BEAGLEBONE (285703)
1#
2# BEAGLEBONE -- Custom configuration for the BeagleBone ARM development
3# platforms, check out http://www.beagleboard.org/bone and
4# http://www.beagleboard.org/black. This kernel config file is used for the
5# original BeagleBone and the BeagleBone Black.
6#
7# For more information on this file, please read the config(5) manual page,
8# and/or the handbook section on Kernel Configuration Files:

--- 5 unchanged lines hidden (view full) ---

14# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
15# latest information.
16#
17# An exhaustive list of options and more detailed explanations of the
18# device lines is also present in the ../../conf/NOTES and NOTES files.
19# If you are in doubt as to the purpose or necessity of a line, check first
20# in NOTES.
21#
1#
2# BEAGLEBONE -- Custom configuration for the BeagleBone ARM development
3# platforms, check out http://www.beagleboard.org/bone and
4# http://www.beagleboard.org/black. This kernel config file is used for the
5# original BeagleBone and the BeagleBone Black.
6#
7# For more information on this file, please read the config(5) manual page,
8# and/or the handbook section on Kernel Configuration Files:

--- 5 unchanged lines hidden (view full) ---

14# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
15# latest information.
16#
17# An exhaustive list of options and more detailed explanations of the
18# device lines is also present in the ../../conf/NOTES and NOTES files.
19# If you are in doubt as to the purpose or necessity of a line, check first
20# in NOTES.
21#
22# $FreeBSD: head/sys/arm/conf/BEAGLEBONE 284534 2015-06-18 00:57:52Z gonzo $
22# $FreeBSD: head/sys/arm/conf/BEAGLEBONE 285703 2015-07-19 22:14:09Z markj $
23
24ident BEAGLEBONE
25
26include "std.armv6"
27include "../ti/am335x/std.am335x"
28
29makeoptions MODULES_EXTRA="dtb/am335x"
30
31# DTrace support
32options KDTRACE_HOOKS # Kernel DTrace hooks
33options DDB_CTF # all architectures - kernel ELF linker loads CTF data
34makeoptions WITH_CTF=1
23
24ident BEAGLEBONE
25
26include "std.armv6"
27include "../ti/am335x/std.am335x"
28
29makeoptions MODULES_EXTRA="dtb/am335x"
30
31# DTrace support
32options KDTRACE_HOOKS # Kernel DTrace hooks
33options DDB_CTF # all architectures - kernel ELF linker loads CTF data
34makeoptions WITH_CTF=1
35makeoptions MODULES_EXTRA+="opensolaris dtrace dtrace/lockstat dtrace/profile dtrace/fbt"
35makeoptions MODULES_EXTRA+="opensolaris dtrace dtrace/profile dtrace/fbt"
36
37options HZ=100
38options SCHED_4BSD # 4BSD scheduler
39options PLATFORM
40
41# Debugging for use in -current
42makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
43options ALT_BREAK_TO_DEBUGGER

--- 105 unchanged lines hidden ---
36
37options HZ=100
38options SCHED_4BSD # 4BSD scheduler
39options PLATFORM
40
41# Debugging for use in -current
42makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
43options ALT_BREAK_TO_DEBUGGER

--- 105 unchanged lines hidden ---