Deleted Added
full compact
RPI2 (253845) RPI2 (254461)
1# RPI-B -- Custom configuration for the Raspberry Pi
2#
3# For more information on this file, please read the handbook section on
4# Kernel Configuration Files:
5#
6# http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
7#
8# The handbook is also available locally in /usr/share/doc/handbook
9# if you've installed the doc distribution, otherwise always see the
10# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
11# latest information.
12#
13# An exhaustive list of options and more detailed explanations of the
14# device lines is also present in the ../../conf/NOTES and NOTES files.
15# If you are in doubt as to the purpose or necessity of a line, check first
16# in NOTES.
17#
1# RPI-B -- Custom configuration for the Raspberry Pi
2#
3# For more information on this file, please read the handbook section on
4# Kernel Configuration Files:
5#
6# http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
7#
8# The handbook is also available locally in /usr/share/doc/handbook
9# if you've installed the doc distribution, otherwise always see the
10# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
11# latest information.
12#
13# An exhaustive list of options and more detailed explanations of the
14# device lines is also present in the ../../conf/NOTES and NOTES files.
15# If you are in doubt as to the purpose or necessity of a line, check first
16# in NOTES.
17#
18# $FreeBSD: head/sys/arm/conf/RPI-B 253845 2013-07-31 17:21:18Z obrien $
18# $FreeBSD: head/sys/arm/conf/RPI-B 254461 2013-08-17 18:51:38Z andrew $
19
20ident RPI-B
21
22include "../broadcom/bcm2835/std.rpi"
23
24makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
25options HZ=100
26

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

104
105# Flattened Device Tree
106options FDT
107# Note: DTB is normally loaded and modified by RPi boot loader, then
108# handed to kernel via U-Boot and ubldr.
109#options FDT_DTB_STATIC
110makeoptions FDT_DTS_FILE=rpi.dts
111
19
20ident RPI-B
21
22include "../broadcom/bcm2835/std.rpi"
23
24makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
25options HZ=100
26

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

104
105# Flattened Device Tree
106options FDT
107# Note: DTB is normally loaded and modified by RPi boot loader, then
108# handed to kernel via U-Boot and ubldr.
109#options FDT_DTB_STATIC
110makeoptions FDT_DTS_FILE=rpi.dts
111
112device vfp # vfp/neon
113options ARM_VFP_SUPPORT # vfp/neon
112options VFP # vfp/neon