Deleted Added
full compact
BEAGLEBONE (297540) BEAGLEBONE (298068)
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 297540 2016-04-04 09:23:21Z skra $
22# $FreeBSD: head/sys/arm/conf/BEAGLEBONE 298068 2016-04-15 16:05:41Z andrew $
23
24ident BEAGLEBONE
25
26include "std.armv6"
27include "../ti/am335x/std.am335x"
28
29makeoptions MODULES_EXTRA="dtb/am335x am335x_dmtpps"
30
23
24ident BEAGLEBONE
25
26include "std.armv6"
27include "../ti/am335x/std.am335x"
28
29makeoptions MODULES_EXTRA="dtb/am335x am335x_dmtpps"
30
31options ARM_INTRNG
31options INTRNG
32
33options HZ=100
34options SCHED_4BSD # 4BSD scheduler
35options PLATFORM
36
37# Debugging for use in -current
38makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
39options ALT_BREAK_TO_DEBUGGER

--- 114 unchanged lines hidden ---
32
33options HZ=100
34options SCHED_4BSD # 4BSD scheduler
35options PLATFORM
36
37# Debugging for use in -current
38makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
39options ALT_BREAK_TO_DEBUGGER

--- 114 unchanged lines hidden ---