Deleted Added
full compact
CUBIEBOARD (246057) CUBIEBOARD (246342)
1# CUBIEBOARD -- Custom configuration for the CUBIEBOARD 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# CUBIEBOARD -- Custom configuration for the CUBIEBOARD 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: head/sys/arm/conf/CUBIEBOARD 246057 2013-01-29 07:21:50Z ganbold $
19# $FreeBSD: head/sys/arm/conf/CUBIEBOARD 246342 2013-02-05 02:25:13Z ganbold $
20
21ident CUBIEBOARD
22
23include "../allwinner/std.a10"
24
25makeoptions MODULES_OVERRIDE=""
26makeoptions WITHOUT_MODULES="ahc"
27

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

94device md
95device random # Entropy device
96
97# I2C support
98#device iicbus
99#device iic
100
101# GPIO
20
21ident CUBIEBOARD
22
23include "../allwinner/std.a10"
24
25makeoptions MODULES_OVERRIDE=""
26makeoptions WITHOUT_MODULES="ahc"
27

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

94device md
95device random # Entropy device
96
97# I2C support
98#device iicbus
99#device iic
100
101# GPIO
102#device gpio
102device gpio
103
104device scbus # SCSI bus (required for SCSI)
105device da # Direct Access (disks)
106device pass
107
108# USB support
109device usb
110options USB_DEBUG

--- 24 unchanged lines hidden ---
103
104device scbus # SCSI bus (required for SCSI)
105device da # Direct Access (disks)
106device pass
107
108# USB support
109device usb
110options USB_DEBUG

--- 24 unchanged lines hidden ---