Deleted Added
full compact
BEAGLEBONE (278699) BEAGLEBONE (283368)
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: stable/10/sys/arm/conf/BEAGLEBONE 278699 2015-02-13 20:15:10Z ian $
22# $FreeBSD: stable/10/sys/arm/conf/BEAGLEBONE 283368 2015-05-24 14:25:03Z ian $
23
24ident BEAGLEBONE
25
26include "../ti/am335x/std.am335x"
27
28makeoptions WITHOUT_MODULES="ahc"
29
30options HZ=100

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

72options DDB # Enable the kernel debugger
73#options INVARIANTS # Enable calls of extra sanity checking
74#options INVARIANT_SUPPORT # Extra sanity checks of internal structures, required by INVARIANTS
75#options WITNESS # Enable checks to detect deadlocks and cycles
76#options WITNESS_SKIPSPIN # Don't run witness on spinlocks for speed
77#options DIAGNOSTIC
78
79# NFS server support
23
24ident BEAGLEBONE
25
26include "../ti/am335x/std.am335x"
27
28makeoptions WITHOUT_MODULES="ahc"
29
30options HZ=100

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

72options DDB # Enable the kernel debugger
73#options INVARIANTS # Enable calls of extra sanity checking
74#options INVARIANT_SUPPORT # Extra sanity checks of internal structures, required by INVARIANTS
75#options WITNESS # Enable checks to detect deadlocks and cycles
76#options WITNESS_SKIPSPIN # Don't run witness on spinlocks for speed
77#options DIAGNOSTIC
78
79# NFS server support
80#options NFSD
80#options NFSD
81
82# NFS root from boopt/dhcp
83#options BOOTP
84#options BOOTP_NFSROOT
85#options BOOTP_COMPAT
86#options BOOTP_NFSV3
87#options BOOTP_WIRED_TO=cpsw0
88

--- 74 unchanged lines hidden ---
81
82# NFS root from boopt/dhcp
83#options BOOTP
84#options BOOTP_NFSROOT
85#options BOOTP_COMPAT
86#options BOOTP_NFSV3
87#options BOOTP_WIRED_TO=cpsw0
88

--- 74 unchanged lines hidden ---