Deleted Added
full compact
IMX6 (276004) IMX6 (276177)
1#
2# Kernel configuration for Freescale i.MX6 systems.
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#
1#
2# Kernel configuration for Freescale i.MX6 systems.
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#
19# $FreeBSD: head/sys/arm/conf/IMX6 276004 2014-12-21 11:55:40Z andrew $
19# $FreeBSD: head/sys/arm/conf/IMX6 276177 2014-12-24 12:26:43Z andrew $
20
21ident IMX6
22include "../freescale/imx/std.imx6"
23
24options HZ=500 # Scheduling quantum is 2 milliseconds.
25options SCHED_ULE # ULE scheduler
26options PREEMPTION # Enable kernel thread preemption
27options INET # InterNETworking

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

48options GEOM_LABEL # Provides labelization
49options KTRACE # ktrace(1) support
50options SYSVSHM # SYSV-style shared memory
51options SYSVMSG # SYSV-style message queues
52options SYSVSEM # SYSV-style semaphores
53options _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions
54options KBD_INSTALL_CDEV # install a CDEV entry in /dev
55options INCLUDE_CONFIG_FILE # Include this file in kernel
20
21ident IMX6
22include "../freescale/imx/std.imx6"
23
24options HZ=500 # Scheduling quantum is 2 milliseconds.
25options SCHED_ULE # ULE scheduler
26options PREEMPTION # Enable kernel thread preemption
27options INET # InterNETworking

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

48options GEOM_LABEL # Provides labelization
49options KTRACE # ktrace(1) support
50options SYSVSHM # SYSV-style shared memory
51options SYSVMSG # SYSV-style message queues
52options SYSVSEM # SYSV-style semaphores
53options _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions
54options KBD_INSTALL_CDEV # install a CDEV entry in /dev
55options INCLUDE_CONFIG_FILE # Include this file in kernel
56options PLATFORM
56options FREEBSD_BOOT_LOADER # Process metadata passed from loader(8)
57options VFP # Enable floating point hardware support
58options SMP # Enable multiple cores
59
60# Debugging for use in -current
61makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
62options KDB # Enable kernel debugger support
63# For minimum debugger support (stable branch) use:

--- 99 unchanged lines hidden ---
57options FREEBSD_BOOT_LOADER # Process metadata passed from loader(8)
58options VFP # Enable floating point hardware support
59options SMP # Enable multiple cores
60
61# Debugging for use in -current
62makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
63options KDB # Enable kernel debugger support
64# For minimum debugger support (stable branch) use:

--- 99 unchanged lines hidden ---