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

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

88
89# MMC/SD/SDIO Card slot support
90#device mmc # mmc/sd bus
91#device mmcsd # mmc/sd flash cards
92
93# ATA controllers
94#device ahci # AHCI-compatible SATA controllers
95#device ata # Legacy ATA/SATA controllers
21
22ident CUBIEBOARD2
23
24include "../allwinner/a20/std.a20"
25
26makeoptions MODULES_OVERRIDE=""
27makeoptions WITHOUT_MODULES="ahc"
28

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

88
89# MMC/SD/SDIO Card slot support
90#device mmc # mmc/sd bus
91#device mmcsd # mmc/sd flash cards
92
93# ATA controllers
94#device ahci # AHCI-compatible SATA controllers
95#device ata # Legacy ATA/SATA controllers
96#options ATA_STATIC_ID # Static device numbering
96#options ATA_STATIC_ID # Static device numbering
97
98# Console and misc
99device uart
100device uart_ns8250
101device pty
102device snp
103device md
104device random # Entropy device

--- 42 unchanged lines hidden ---
97
98# Console and misc
99device uart
100device uart_ns8250
101device pty
102device snp
103device md
104device random # Entropy device

--- 42 unchanged lines hidden ---