Deleted Added
full compact
IMX53 (276004) IMX53 (276177)
1#
2# Kernel configuration for i.MX53 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#
1#
2# Kernel configuration for i.MX53 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#
19# $FreeBSD: head/sys/arm/conf/IMX53 276004 2014-12-21 11:55:40Z andrew $
19# $FreeBSD: head/sys/arm/conf/IMX53 276177 2014-12-24 12:26:43Z andrew $
20
21ident IMX53
22
23include "../freescale/imx/std.imx53"
24
25options SCHED_4BSD # 4BSD scheduler
26options PREEMPTION # Enable kernel thread preemption
27options INET # InterNETworking

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

51#options COMPAT_FREEBSD7 # Compatible with FreeBSD7
52options SCSI_DELAY=5000 # Delay (in ms) before probing SCSI
53options KTRACE # ktrace(1) support
54options SYSVSHM # SYSV-style shared memory
55options SYSVMSG # SYSV-style message queues
56options SYSVSEM # SYSV-style semaphores
57options _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions
58options KBD_INSTALL_CDEV # install a CDEV entry in /dev
20
21ident IMX53
22
23include "../freescale/imx/std.imx53"
24
25options SCHED_4BSD # 4BSD scheduler
26options PREEMPTION # Enable kernel thread preemption
27options INET # InterNETworking

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

51#options COMPAT_FREEBSD7 # Compatible with FreeBSD7
52options SCSI_DELAY=5000 # Delay (in ms) before probing SCSI
53options KTRACE # ktrace(1) support
54options SYSVSHM # SYSV-style shared memory
55options SYSVMSG # SYSV-style message queues
56options SYSVSEM # SYSV-style semaphores
57options _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions
58options KBD_INSTALL_CDEV # install a CDEV entry in /dev
59options PLATFORM
59options INCLUDE_CONFIG_FILE # Include this file in kernel
60options VFP # Enable floating point hardware support
61
62# Debugging for use in -current
63makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
64options KDB # Enable kernel debugger support
65# For minimum debugger support (stable branch) use:
66#options KDB_TRACE # Print a stack trace for a panic

--- 107 unchanged lines hidden ---
60options INCLUDE_CONFIG_FILE # Include this file in kernel
61options VFP # Enable floating point hardware support
62
63# Debugging for use in -current
64makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
65options KDB # Enable kernel debugger support
66# For minimum debugger support (stable branch) use:
67#options KDB_TRACE # Print a stack trace for a panic

--- 107 unchanged lines hidden ---