Deleted Added
full compact
A10 (282502) A10 (282576)
1#
2# CUBIEBOARD2 -- Custom configuration for the CUBIEBOARD2 ARM development
3# platform, check out http://www.cubieboard.org
4#
5# For more information on this file, please read the config(5) manual page,
6# and/or the handbook section on Kernel Configuration Files:
7#
8# http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
9#
10# The handbook is also available locally in /usr/share/doc/handbook
11# if you've installed the doc distribution, otherwise always see the
12# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
13# latest information.
14#
15# An exhaustive list of options and more detailed explanations of the
16# device lines is also present in the ../../conf/NOTES and NOTES files.
17# If you are in doubt as to the purpose or necessity of a line, check first
18# in NOTES.
19#
1#
2# CUBIEBOARD2 -- Custom configuration for the CUBIEBOARD2 ARM development
3# platform, check out http://www.cubieboard.org
4#
5# For more information on this file, please read the config(5) manual page,
6# and/or the handbook section on Kernel Configuration Files:
7#
8# http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
9#
10# The handbook is also available locally in /usr/share/doc/handbook
11# if you've installed the doc distribution, otherwise always see the
12# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
13# latest information.
14#
15# An exhaustive list of options and more detailed explanations of the
16# device lines is also present in the ../../conf/NOTES and NOTES files.
17# If you are in doubt as to the purpose or necessity of a line, check first
18# in NOTES.
19#
20# $FreeBSD: head/sys/arm/conf/CUBIEBOARD2 282502 2015-05-05 17:59:02Z andrew $
20# $FreeBSD: head/sys/arm/conf/CUBIEBOARD2 282576 2015-05-07 12:38:23Z andrew $
21
22ident CUBIEBOARD2
23
21
22ident CUBIEBOARD2
23
24include "std.armv6"
25include "../allwinner/a20/std.a20"
24include "std.armv6"
25include "../allwinner/a20/std.a20"
26
27options HZ=100
28options SCHED_ULE # ULE scheduler
29options SMP # Enable multiple cores
30
31# Debugging for use in -current
32makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
33options BREAK_TO_DEBUGGER

--- 80 unchanged lines hidden ---
26
27options HZ=100
28options SCHED_ULE # ULE scheduler
29options SMP # Enable multiple cores
30
31# Debugging for use in -current
32makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
33options BREAK_TO_DEBUGGER

--- 80 unchanged lines hidden ---