Deleted Added
full compact
RPI-B (252432) RPI-B (252440)
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 252432 2013-06-30 23:29:24Z rpaulo $
18# $FreeBSD: head/sys/arm/conf/RPI-B 252440 2013-07-01 05:01:27Z rpaulo $
19
20ident RPI-B
21machine arm armv6
22cpu CPU_ARM1176
23
24files "../broadcom/bcm2835/files.bcm2835"
25makeoptions MODULES_OVERRIDE=""
26

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

113device mii
114device smsc
115
116# Flattened Device Tree
117options FDT
118# Note: DTB is normally loaded and modified by RPi boot loader, then
119# handed to kernel via U-Boot and ubldr.
120#options FDT_DTB_STATIC
19
20ident RPI-B
21machine arm armv6
22cpu CPU_ARM1176
23
24files "../broadcom/bcm2835/files.bcm2835"
25makeoptions MODULES_OVERRIDE=""
26

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

113device mii
114device smsc
115
116# Flattened Device Tree
117options FDT
118# Note: DTB is normally loaded and modified by RPi boot loader, then
119# handed to kernel via U-Boot and ubldr.
120#options FDT_DTB_STATIC
121makeoptions FDT_DTS_FILE=bcm2835-rpi-b.dts
121makeoptions FDT_DTS_FILE=rpi.dts