Deleted Added
full compact
BEAGLEBONE (276004) BEAGLEBONE (276755)
1#
2# BEAGLEBONE -- Custom configuration for the BeagleBone ARM development
3# platforms, check out http://www.beagleboard.org/bone and
4# http://www.beagleboard.org/black. This kernel config file is used for the
5# original BeagleBone and the BeagleBone Black.
6#
7# For more information on this file, please read the config(5) manual page,
8# and/or the handbook section on Kernel Configuration Files:

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

14# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
15# latest information.
16#
17# An exhaustive list of options and more detailed explanations of the
18# device lines is also present in the ../../conf/NOTES and NOTES files.
19# If you are in doubt as to the purpose or necessity of a line, check first
20# in NOTES.
21#
1#
2# BEAGLEBONE -- Custom configuration for the BeagleBone ARM development
3# platforms, check out http://www.beagleboard.org/bone and
4# http://www.beagleboard.org/black. This kernel config file is used for the
5# original BeagleBone and the BeagleBone Black.
6#
7# For more information on this file, please read the config(5) manual page,
8# and/or the handbook section on Kernel Configuration Files:

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

14# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
15# latest information.
16#
17# An exhaustive list of options and more detailed explanations of the
18# device lines is also present in the ../../conf/NOTES and NOTES files.
19# If you are in doubt as to the purpose or necessity of a line, check first
20# in NOTES.
21#
22# $FreeBSD: head/sys/arm/conf/BEAGLEBONE 276004 2014-12-21 11:55:40Z andrew $
22# $FreeBSD: head/sys/arm/conf/BEAGLEBONE 276755 2015-01-06 16:15:57Z jhb $
23
24ident BEAGLEBONE
25
26include "../ti/am335x/std.am335x"
27
28makeoptions WITHOUT_MODULES="ahc"
29
30options HZ=100
31options SCHED_4BSD # 4BSD scheduler
32options PREEMPTION # Enable kernel thread preemption
33options INET # InterNETworking
34options INET6 # IPv6 communications protocols
35options SCTP # Stream Control Transmission Protocol
36options FFS # Berkeley Fast Filesystem
37options SOFTUPDATES # Enable FFS soft updates support
38options UFS_ACL # Support for access control lists
39options UFS_DIRHASH # Improve performance on big directories
40options UFS_GJOURNAL # Enable gjournal-based UFS journaling
41options QUOTA # Enable disk quotas for UFS
23
24ident BEAGLEBONE
25
26include "../ti/am335x/std.am335x"
27
28makeoptions WITHOUT_MODULES="ahc"
29
30options HZ=100
31options SCHED_4BSD # 4BSD scheduler
32options PREEMPTION # Enable kernel thread preemption
33options INET # InterNETworking
34options INET6 # IPv6 communications protocols
35options SCTP # Stream Control Transmission Protocol
36options FFS # Berkeley Fast Filesystem
37options SOFTUPDATES # Enable FFS soft updates support
38options UFS_ACL # Support for access control lists
39options UFS_DIRHASH # Improve performance on big directories
40options UFS_GJOURNAL # Enable gjournal-based UFS journaling
41options QUOTA # Enable disk quotas for UFS
42options NFSCL # New Network Filesystem Client
42options NFSCL # Network Filesystem Client
43options NFSLOCKD # Network Lock Manager
44options NFS_ROOT # NFS usable as /, requires NFSCL
45options MSDOSFS # MSDOS Filesystem
46options CD9660 # ISO 9660 Filesystem
47options PROCFS # Process filesystem (requires PSEUDOFS)
48options PSEUDOFS # Pseudo-filesystem framework
49options TMPFS # Efficient memory filesystem
50options GEOM_PART_GPT # GUID Partition Tables

--- 111 unchanged lines hidden ---
43options NFSLOCKD # Network Lock Manager
44options NFS_ROOT # NFS usable as /, requires NFSCL
45options MSDOSFS # MSDOS Filesystem
46options CD9660 # ISO 9660 Filesystem
47options PROCFS # Process filesystem (requires PSEUDOFS)
48options PSEUDOFS # Pseudo-filesystem framework
49options TMPFS # Efficient memory filesystem
50options GEOM_PART_GPT # GUID Partition Tables

--- 111 unchanged lines hidden ---