Deleted Added
full compact
ZEDBOARD (256281) ZEDBOARD (266086)
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: stable/10/sys/arm/conf/ZEDBOARD 254542 2013-08-19 22:25:36Z andrew $
19# $FreeBSD: stable/10/sys/arm/conf/ZEDBOARD 266086 2014-05-14 20:17:31Z ian $
20
21ident ZEDBOARD
22
23include "../xilinx/zedboard/std.zedboard"
24
25makeoptions MODULES_OVERRIDE=""
26makeoptions WITHOUT_MODULES="ahc"
27

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

76
77device md
78device mmc # mmc/sd bus
79device mmcsd # mmc/sd flash cards
80device sdhci # generic sdhci
81device bpf # Berkeley packet filter
82
83# USB support
20
21ident ZEDBOARD
22
23include "../xilinx/zedboard/std.zedboard"
24
25makeoptions MODULES_OVERRIDE=""
26makeoptions WITHOUT_MODULES="ahc"
27

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

76
77device md
78device mmc # mmc/sd bus
79device mmcsd # mmc/sd flash cards
80device sdhci # generic sdhci
81device bpf # Berkeley packet filter
82
83# USB support
84options USB_HOST_ALIGN=32 # Align usb buffers to cache line size.
84device usb
85options USB_DEBUG
86#options USB_REQ_DEBUG
87#options USB_VERBOSE
88device ehci
89device umass
90device scbus # SCSI bus (required for SCSI)
91device da # Direct Access (disks)
92device axe # USB-Ethernet
93
94
95# Flattened Device Tree
96options FDT
97# options FDT_DTB_STATIC
98# makeoptions FDT_DTS_FILE=zedboard.dts
99
85device usb
86options USB_DEBUG
87#options USB_REQ_DEBUG
88#options USB_VERBOSE
89device ehci
90device umass
91device scbus # SCSI bus (required for SCSI)
92device da # Direct Access (disks)
93device axe # USB-Ethernet
94
95
96# Flattened Device Tree
97options FDT
98# options FDT_DTB_STATIC
99# makeoptions FDT_DTS_FILE=zedboard.dts
100