Deleted Added
full compact
CUBIEBOARD2 (254056) CUBIEBOARD2 (254493)
1# CUBIEBOARD2 -- Custom configuration for the CUBIEBOARD2 ARM development
2# platform, check out http://www.cubieboard.org
3#
4# For more information on this file, please read the handbook section on
5# Kernel Configuration Files:
6#
7# http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
8#
9# The handbook is also available locally in /usr/share/doc/handbook
10# if you've installed the doc distribution, otherwise always see the
11# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
12# latest information.
13#
14# An exhaustive list of options and more detailed explanations of the
15# device lines is also present in the ../../conf/NOTES and NOTES files.
16# If you are in doubt as to the purpose or necessity of a line, check first
17# in NOTES.
18#
1# CUBIEBOARD2 -- Custom configuration for the CUBIEBOARD2 ARM development
2# platform, check out http://www.cubieboard.org
3#
4# For more information on this file, please read the handbook section on
5# Kernel Configuration Files:
6#
7# http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
8#
9# The handbook is also available locally in /usr/share/doc/handbook
10# if you've installed the doc distribution, otherwise always see the
11# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
12# latest information.
13#
14# An exhaustive list of options and more detailed explanations of the
15# device lines is also present in the ../../conf/NOTES and NOTES files.
16# If you are in doubt as to the purpose or necessity of a line, check first
17# in NOTES.
18#
19# $FreeBSD: head/sys/arm/conf/CUBIEBOARD2 254056 2013-08-07 11:07:56Z ganbold $
19# $FreeBSD: head/sys/arm/conf/CUBIEBOARD2 254493 2013-08-18 16:16:36Z andrew $
20
21ident CUBIEBOARD2
22
23include "../allwinner/a20/std.a20"
24
25makeoptions MODULES_OVERRIDE=""
26makeoptions WITHOUT_MODULES="ahc"
27

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

42options KTRACE #ktrace(1) support
43options SYSVSHM #SYSV-style shared memory
44options SYSVMSG #SYSV-style message queues
45options SYSVSEM #SYSV-style semaphores
46options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
47options KBD_INSTALL_CDEV # install a CDEV entry in /dev
48options PREEMPTION
49options FREEBSD_BOOT_LOADER
20
21ident CUBIEBOARD2
22
23include "../allwinner/a20/std.a20"
24
25makeoptions MODULES_OVERRIDE=""
26makeoptions WITHOUT_MODULES="ahc"
27

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

42options KTRACE #ktrace(1) support
43options SYSVSHM #SYSV-style shared memory
44options SYSVMSG #SYSV-style message queues
45options SYSVSEM #SYSV-style semaphores
46options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
47options KBD_INSTALL_CDEV # install a CDEV entry in /dev
48options PREEMPTION
49options FREEBSD_BOOT_LOADER
50options VFP # vfp/neon
50
51# Debugging
52makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
53options BREAK_TO_DEBUGGER
54#options VERBOSE_SYSINIT #Enable verbose sysinit messages
55options KDB
56options DDB #Enable the kernel debugger
57options INVARIANTS #Enable calls of extra sanity checking

--- 76 unchanged lines hidden ---
51
52# Debugging
53makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
54options BREAK_TO_DEBUGGER
55#options VERBOSE_SYSINIT #Enable verbose sysinit messages
56options KDB
57options DDB #Enable the kernel debugger
58options INVARIANTS #Enable calls of extra sanity checking

--- 76 unchanged lines hidden ---