Deleted Added
full compact
ZEDBOARD (276644) ZEDBOARD (276755)
1#
2# ZEDBOARD -- Custom configuration for the Xilinx Zynq-7000 based
3# ZedBoard (www.zedboard.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# ZEDBOARD -- Custom configuration for the Xilinx Zynq-7000 based
3# ZedBoard (www.zedboard.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: head/sys/arm/conf/ZEDBOARD 276644 2015-01-03 23:57:03Z ian $
20# $FreeBSD: head/sys/arm/conf/ZEDBOARD 276755 2015-01-06 16:15:57Z jhb $
21
22ident ZEDBOARD
23
24include "../xilinx/zedboard/std.zedboard"
25
26makeoptions MODULES_OVERRIDE=""
27makeoptions WITHOUT_MODULES="ahc"
28
29options SCHED_ULE # ULE scheduler
30options PREEMPTION # Enable kernel thread preemption
31options INET # InterNETworking
32options INET6 # IPv6 communications protocols
33options SCTP # Stream Control Transmission Protocol
34options FFS # Berkeley Fast Filesystem
35options SOFTUPDATES # Enable FFS soft updates support
36options UFS_ACL # Support for access control lists
37options UFS_DIRHASH # Improve performance on big directories
38options UFS_GJOURNAL # Enable gjournal-based UFS journaling
39options QUOTA # Enable disk quotas for UFS
21
22ident ZEDBOARD
23
24include "../xilinx/zedboard/std.zedboard"
25
26makeoptions MODULES_OVERRIDE=""
27makeoptions WITHOUT_MODULES="ahc"
28
29options SCHED_ULE # ULE scheduler
30options PREEMPTION # Enable kernel thread preemption
31options INET # InterNETworking
32options INET6 # IPv6 communications protocols
33options SCTP # Stream Control Transmission Protocol
34options FFS # Berkeley Fast Filesystem
35options SOFTUPDATES # Enable FFS soft updates support
36options UFS_ACL # Support for access control lists
37options UFS_DIRHASH # Improve performance on big directories
38options UFS_GJOURNAL # Enable gjournal-based UFS journaling
39options QUOTA # Enable disk quotas for UFS
40options NFSCL # New Network Filesystem Client
40options NFSCL # Network Filesystem Client
41#options NFSSD # Network Filesystem Server
42options NFSLOCKD # Network Lock Manager
43options NFS_ROOT # NFS usable as /, requires NFSCL
44options MSDOSFS # MSDOS Filesystem
45options CD9660 # ISO 9660 Filesystem
46options PROCFS # Process filesystem (requires PSEUDOFS)
47options PSEUDOFS # Pseudo-filesystem framework
48options TMPFS # Efficient memory filesystem

--- 69 unchanged lines hidden ---
41#options NFSSD # Network Filesystem Server
42options NFSLOCKD # Network Lock Manager
43options NFS_ROOT # NFS usable as /, requires NFSCL
44options MSDOSFS # MSDOS Filesystem
45options CD9660 # ISO 9660 Filesystem
46options PROCFS # Process filesystem (requires PSEUDOFS)
47options PSEUDOFS # Pseudo-filesystem framework
48options TMPFS # Efficient memory filesystem

--- 69 unchanged lines hidden ---