Deleted Added
full compact
EFIKA_MX (274331) EFIKA_MX (276003)
1#
1# Kernel configuration for Efika MX Smarttop/Smartbook boards
2#
3# For more information on this file, please read the config(5) manual page,
4# and/or the handbook section on Kernel Configuration Files:
5#
6# http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
7#
8# The handbook is also available locally in /usr/share/doc/handbook
9# if you've installed the doc distribution, otherwise always see the
10# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
11# latest information.
12#
13# An exhaustive list of options and more detailed explanations of the
14# device lines is also present in the ../../conf/NOTES and NOTES files.
15# If you are in doubt as to the purpose or necessity of a line, check first
16# in NOTES.
17#
2# Kernel configuration for Efika MX Smarttop/Smartbook boards
3#
4# For more information on this file, please read the config(5) manual page,
5# and/or the handbook section on 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#
18# $FreeBSD: head/sys/arm/conf/EFIKA_MX 274331 2014-11-09 21:33:01Z melifaro $
19# $FreeBSD: head/sys/arm/conf/EFIKA_MX 276003 2014-12-21 11:37:00Z andrew $
19
20ident EFIKA_MX
21
22include "../freescale/imx/std.imx51"
23
24makeoptions WITHOUT_MODULES="ahc"
25
20
21ident EFIKA_MX
22
23include "../freescale/imx/std.imx51"
24
25makeoptions WITHOUT_MODULES="ahc"
26
26makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
27#options DEBUG
28
29options SCHED_4BSD # 4BSD scheduler
27options SCHED_4BSD # 4BSD scheduler
30#options PREEMPTION # Enable kernel thread preemption
28options PREEMPTION # Enable kernel thread preemption
31options INET # InterNETworking
29options INET # InterNETworking
32#options INET6 # IPv6 communications protocols
33#options SCTP # Stream Control Transmission Protocol
30options INET6 # IPv6 communications protocols
31options 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
32options FFS # Berkeley Fast Filesystem
33options SOFTUPDATES # Enable FFS soft updates support
34options UFS_ACL # Support for access control lists
35options UFS_DIRHASH # Improve performance on big directories
36options UFS_GJOURNAL # Enable gjournal-based UFS journaling
37options QUOTA # Enable disk quotas for UFS
39#options MD_ROOT # MD is a potential root device
40options NFSCL # New Network Filesystem Client
41#options NFSD # New Network Filesystem Server
42options NFSLOCKD # Network Lock Manager
43options NFS_ROOT # NFS usable as /, requires NFSCL
38#options MD_ROOT # MD is a potential root device
39options NFSCL # New Network Filesystem Client
40#options NFSD # New Network Filesystem Server
41options NFSLOCKD # Network Lock Manager
42options NFS_ROOT # NFS usable as /, requires NFSCL
44options TMPFS # Efficient memory filesystem
45options MSDOSFS # MSDOS Filesystem
46options CD9660 # ISO 9660 Filesystem
43options MSDOSFS # MSDOS Filesystem
44options CD9660 # ISO 9660 Filesystem
47#options PROCFS # Process filesystem (requires PSEUDOFS)
45options PROCFS # Process filesystem (requires PSEUDOFS)
48options PSEUDOFS # Pseudo-filesystem framework
46options PSEUDOFS # Pseudo-filesystem framework
47options TMPFS # Efficient memory filesystem
48options GEOM_PART_GPT # GUID Partition Tables
49options GEOM_PART_BSD # BSD partition scheme
50options GEOM_PART_MBR # MBR partition scheme
49options GEOM_PART_BSD # BSD partition scheme
50options GEOM_PART_MBR # MBR partition scheme
51options GEOM_PART_GPT # GUID Partition Tables.
52options GEOM_LABEL # Provides labelization
53#options COMPAT_FREEBSD5 # Compatible with FreeBSD5
54#options COMPAT_FREEBSD6 # Compatible with FreeBSD6
55#options COMPAT_FREEBSD7 # Compatible with FreeBSD7
56options SCSI_DELAY=5000 # Delay (in ms) before probing SCSI
57options KTRACE # ktrace(1) support
58options SYSVSHM # SYSV-style shared memory
59options SYSVMSG # SYSV-style message queues
60options SYSVSEM # SYSV-style semaphores
61options _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions
51options GEOM_LABEL # Provides labelization
52#options COMPAT_FREEBSD5 # Compatible with FreeBSD5
53#options COMPAT_FREEBSD6 # Compatible with FreeBSD6
54#options COMPAT_FREEBSD7 # Compatible with FreeBSD7
55options SCSI_DELAY=5000 # Delay (in ms) before probing SCSI
56options KTRACE # ktrace(1) support
57options SYSVSHM # SYSV-style shared memory
58options SYSVMSG # SYSV-style message queues
59options SYSVSEM # SYSV-style semaphores
60options _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions
61options KBD_INSTALL_CDEV # install a CDEV entry in /dev
62options INCLUDE_CONFIG_FILE # Include this file in kernel
62options INCLUDE_CONFIG_FILE # Include this file in kernel
63options VFP # vfp/neon
63options VFP # Enable floating point hardware support
64
64
65# required for netbooting
65# Debugging for use in -current
66makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
67options BREAK_TO_DEBUGGER
68#options VERBOSE_SYSINIT # Enable verbose sysinit messages
69options KDB # Enable kernel debugger support
70# For minimum debugger support (stable branch) use:
71#options KDB_TRACE # Print a stack trace for a panic
72# For full debugger support use this instead:
73options DDB # Enable the kernel debugger
74#options GDB # Support remote GDB
75options DEADLKRES # Enable the deadlock resolver
76options INVARIANTS # Enable calls of extra sanity checking
77options INVARIANT_SUPPORT # Extra sanity checks of internal structures, required by INVARIANTS
78options WITNESS # Enable checks to detect deadlocks and cycles
79#options WITNESS_SKIPSPIN # Don't run witness on spinlocks for speed
80
81# NFS root from boopt/dhcp
66#options BOOTP
82#options BOOTP
67#options BOOTP_COMPAT
68#options BOOTP_NFSROOT
83#options BOOTP_NFSROOT
84#options BOOTP_COMPAT
69#options BOOTP_NFSV3
70#options BOOTP_WIRED_TO=ue0
85#options BOOTP_NFSV3
86#options BOOTP_WIRED_TO=ue0
71#
87
72options ROOTDEVNAME=\"ufs:ada0s2a\"
73
74
75# kernel/memory size reduction
76#options MUTEX_NOINLINE
77#options NO_FFS_SNAPSHOT
78#options NO_SWAPPING
79#options NO_SYSCTL_DESCR
80#options RWLOCK_NOINLINE
81
88options ROOTDEVNAME=\"ufs:ada0s2a\"
89
90
91# kernel/memory size reduction
92#options MUTEX_NOINLINE
93#options NO_FFS_SNAPSHOT
94#options NO_SWAPPING
95#options NO_SYSCTL_DESCR
96#options RWLOCK_NOINLINE
97
82# Debugging support. Always need this:
83options KDB # Enable kernel debugger support.
84# For minimum debugger support (stable branch) use:
85#options KDB_TRACE # Print a stack trace for a panic.
86# For full debugger support use this instead:
87options DDB # Support DDB.
88#options GDB # Support remote GDB.
89options DEADLKRES # Enable the deadlock resolver
90options INVARIANTS # Enable calls of extra sanity checking
91options INVARIANT_SUPPORT # Extra sanity checks of internal structures, required by INVARIANTS
92options WITNESS # Enable checks to detect deadlocks and cycles
93
94# The `bpf' device enables the Berkeley Packet Filter.
95# Be aware of the administrative consequences of enabling this!
96# Note that 'bpf' is required for DHCP.
97device bpf # Berkeley packet filter
98
99# Pseudo devices.
100device loop # Network loopback
101device random # Entropy device

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

157# Wireless NIC cards
158device wlan # 802.11 support
159device wlan_wep # 802.11 WEP support
160device wlan_ccmp # 802.11 CCMP support
161device wlan_tkip # 802.11 TKIP support
162device wlan_amrr # AMRR transmit rate control algorithm
163
164# Flattened Device Tree
98# The `bpf' device enables the Berkeley Packet Filter.
99# Be aware of the administrative consequences of enabling this!
100# Note that 'bpf' is required for DHCP.
101device bpf # Berkeley packet filter
102
103# Pseudo devices.
104device loop # Network loopback
105device random # Entropy device

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

161# Wireless NIC cards
162device wlan # 802.11 support
163device wlan_wep # 802.11 WEP support
164device wlan_ccmp # 802.11 CCMP support
165device wlan_tkip # 802.11 TKIP support
166device wlan_amrr # AMRR transmit rate control algorithm
167
168# Flattened Device Tree
165options FDT
166options FDT_DTB_STATIC
167makeoptions FDT_DTS_FILE=efikamx.dts
169options FDT # Configure using FDT/DTB data
170options FDT_DTB_STATIC
171makeoptions FDT_DTS_FILE=efikamx.dts
168
169# NOTE: serial console will be disabled if syscons enabled
170# Uncomment following lines for framebuffer/syscons support
171device sc
172device kbdmux
173options SC_DFLT_FONT # compile font in
174makeoptions SC_DFLT_FONT=cp437
175device ukbd # Allow keyboard like HIDs to control console
176device ums
172
173# NOTE: serial console will be disabled if syscons enabled
174# Uncomment following lines for framebuffer/syscons support
175device sc
176device kbdmux
177options SC_DFLT_FONT # compile font in
178makeoptions SC_DFLT_FONT=cp437
179device ukbd # Allow keyboard like HIDs to control console
180device ums