Deleted Added
full compact
CUBIEBOARD2 (266086) CUBIEBOARD2 (266274)
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: stable/10/sys/arm/conf/CUBIEBOARD2 266086 2014-05-14 20:17:31Z ian $
19# $FreeBSD: stable/10/sys/arm/conf/CUBIEBOARD2 266274 2014-05-16 23:27:18Z ian $
20
21ident CUBIEBOARD2
22
23include "../allwinner/a20/std.a20"
24
25makeoptions MODULES_OVERRIDE=""
26makeoptions WITHOUT_MODULES="ahc"
27

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

120# Ethernet
121device loop
122device ether
123device mii
124device smscphy
125#device cpsw
126device bpf
127
20
21ident CUBIEBOARD2
22
23include "../allwinner/a20/std.a20"
24
25makeoptions MODULES_OVERRIDE=""
26makeoptions WITHOUT_MODULES="ahc"
27

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

120# Ethernet
121device loop
122device ether
123device mii
124device smscphy
125#device cpsw
126device bpf
127
128device emac
129
128# USB ethernet support, requires miibus
129device miibus
130
131# Flattened Device Tree
132options FDT
133options FDT_DTB_STATIC
134makeoptions FDT_DTS_FILE=cubieboard2.dts
135
130# USB ethernet support, requires miibus
131device miibus
132
133# Flattened Device Tree
134options FDT
135options FDT_DTB_STATIC
136makeoptions FDT_DTS_FILE=cubieboard2.dts
137