Deleted Added
full compact
IMX6 (266201) IMX6 (266274)
1# Kernel configuration for Wandboard
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#
1# Kernel configuration for Wandboard
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#
18# $FreeBSD: stable/10/sys/arm/conf/IMX6 266201 2014-05-15 22:50:06Z ian $
18# $FreeBSD: stable/10/sys/arm/conf/IMX6 266274 2014-05-16 23:27:18Z ian $
19
20ident IMX6
21include "../freescale/imx/std.imx6"
22
23options HZ=250 # Scheduling quantum is 4 milliseconds.
24options SCHED_4BSD # 4BSD scheduler
25options PREEMPTION # Enable kernel thread preemption
26options INET # InterNETworking

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

35options NFSCL # New Network Filesystem Client
36#options NFSD # New Network Filesystem Server
37options NFSLOCKD # Network Lock Manager
38options NFS_ROOT # NFS usable as /, requires NFSCL
39options MSDOSFS # MSDOS Filesystem
40options CD9660 # ISO 9660 Filesystem
41#options PROCFS # Process filesystem (requires PSEUDOFS)
42options PSEUDOFS # Pseudo-filesystem framework
19
20ident IMX6
21include "../freescale/imx/std.imx6"
22
23options HZ=250 # Scheduling quantum is 4 milliseconds.
24options SCHED_4BSD # 4BSD scheduler
25options PREEMPTION # Enable kernel thread preemption
26options INET # InterNETworking

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

35options NFSCL # New Network Filesystem Client
36#options NFSD # New Network Filesystem Server
37options NFSLOCKD # Network Lock Manager
38options NFS_ROOT # NFS usable as /, requires NFSCL
39options MSDOSFS # MSDOS Filesystem
40options CD9660 # ISO 9660 Filesystem
41#options PROCFS # Process filesystem (requires PSEUDOFS)
42options PSEUDOFS # Pseudo-filesystem framework
43options TMPFS # TMP Memory Filesystem
44options GEOM_PART_GPT # GUID Partition Tables.
45options GEOM_LABEL # Provides labelization
46options KTRACE # ktrace(1) support
47options SYSVSHM # SYSV-style shared memory
48options SYSVMSG # SYSV-style message queues
49options SYSVSEM # SYSV-style semaphores
50options _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions
51options INCLUDE_CONFIG_FILE # Include this file in kernel

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

138#options BOOTP_NFSV3
139#options BOOTP_WIRED_TO=ffec0
140
141# U-Boot stuff lives on slice 1, FreeBSD on slice 2.
142options ROOTDEVNAME=\"ufs:mmcsd0s2a\"
143
144# ARM and SoC-specific options
145options FDT # Configure using FDT/DTB data.
43options GEOM_PART_GPT # GUID Partition Tables.
44options GEOM_LABEL # Provides labelization
45options KTRACE # ktrace(1) support
46options SYSVSHM # SYSV-style shared memory
47options SYSVMSG # SYSV-style message queues
48options SYSVSEM # SYSV-style semaphores
49options _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions
50options INCLUDE_CONFIG_FILE # Include this file in kernel

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

137#options BOOTP_NFSV3
138#options BOOTP_WIRED_TO=ffec0
139
140# U-Boot stuff lives on slice 1, FreeBSD on slice 2.
141options ROOTDEVNAME=\"ufs:mmcsd0s2a\"
142
143# ARM and SoC-specific options
144options FDT # Configure using FDT/DTB data.
146#options SMP # Enable multiple cores
145options SMP # Enable multiple cores
147options VFP # Enable floating point hardware support
148options FREEBSD_BOOT_LOADER # Process metadata passed from loader(8)
149
150# SoC-specific devices
151device ffec # Freescale Fast Ethernet Controller
152#device fsliic # Freescale i2c/iic (not ready yet)
153#device iic # iic protocol
154#device iicbus # iic bus
155#device imxwdt # Watchdog. WARNING: can't be disabled!!!
156
146options VFP # Enable floating point hardware support
147options FREEBSD_BOOT_LOADER # Process metadata passed from loader(8)
148
149# SoC-specific devices
150device ffec # Freescale Fast Ethernet Controller
151#device fsliic # Freescale i2c/iic (not ready yet)
152#device iic # iic protocol
153#device iicbus # iic bus
154#device imxwdt # Watchdog. WARNING: can't be disabled!!!
155