Deleted Added
full compact
QILA9G20 (282499) QILA9G20 (282576)
1# Kernel configuration for Calao Syatems QIL-A9G20 development card
2# http://www.calao-systems.com
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# Kernel configuration for Calao Syatems QIL-A9G20 development card
2# http://www.calao-systems.com
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/QILA9G20 282499 2015-05-05 16:09:25Z ian $
19# $FreeBSD: head/sys/arm/conf/QILA9G20 282576 2015-05-07 12:38:23Z andrew $
20
21#NO_UNIVERSE
22
23ident QILA9G20
24
20
21#NO_UNIVERSE
22
23ident QILA9G20
24
25include "std.arm"
26include "../at91/std.qila9g20"
25include "std.arm"
26include "../at91/std.qila9g20"
27
28#To statically compile in device wiring instead of /boot/device.hints
29hints "QILA9G20.hints"
30makeoptions MODULES_OVERRIDE=""
31
32makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
33options DDB
34options KDB

--- 122 unchanged lines hidden ---
27
28#To statically compile in device wiring instead of /boot/device.hints
29hints "QILA9G20.hints"
30makeoptions MODULES_OVERRIDE=""
31
32makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
33options DDB
34options KDB

--- 122 unchanged lines hidden ---