Deleted Added
full compact
ZEDBOARD (267146) ZEDBOARD (270912)
1# ZEDBOARD -- Custom configuration for the Xilinx Zynq-7000 based
2# ZedBoard (www.zedboard.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# ZEDBOARD -- Custom configuration for the Xilinx Zynq-7000 based
2# ZedBoard (www.zedboard.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/ZEDBOARD 267146 2014-06-06 04:08:55Z imp $
19# $FreeBSD: head/sys/arm/conf/ZEDBOARD 270912 2014-09-01 03:49:21Z imp $
20
21ident ZEDBOARD
22
23include "../xilinx/zedboard/std.zedboard"
24
25makeoptions MODULES_OVERRIDE=""
26makeoptions WITHOUT_MODULES="ahc"
27

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

86
87# USB support
88device usb
89options USB_DEBUG
90#options USB_REQ_DEBUG
91#options USB_VERBOSE
92device ehci
93device umass
20
21ident ZEDBOARD
22
23include "../xilinx/zedboard/std.zedboard"
24
25makeoptions MODULES_OVERRIDE=""
26makeoptions WITHOUT_MODULES="ahc"
27

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

86
87# USB support
88device usb
89options USB_DEBUG
90#options USB_REQ_DEBUG
91#options USB_VERBOSE
92device ehci
93device umass
94device scbus # SCSI bus (required for SCSI)
94device scbus # SCSI bus (required for ATA/SCSI)
95device da # Direct Access (disks)
96device axe # USB-Ethernet
97
98
99# Flattened Device Tree
100options FDT
101# options FDT_DTB_STATIC
102# makeoptions FDT_DTS_FILE=zedboard.dts
103
95device da # Direct Access (disks)
96device axe # USB-Ethernet
97
98
99# Flattened Device Tree
100options FDT
101# options FDT_DTB_STATIC
102# makeoptions FDT_DTS_FILE=zedboard.dts
103