Deleted Added
full compact
IMX6 (270879) IMX6 (270912)
1# Kernel configuration for Freescale i.MX6 systems.
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 Freescale i.MX6 systems.
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: head/sys/arm/conf/IMX6 270879 2014-08-31 15:25:40Z ian $
18# $FreeBSD: head/sys/arm/conf/IMX6 270912 2014-09-01 03:49:21Z imp $
19
20ident IMX6
21include "../freescale/imx/std.imx6"
22
23options HZ=500 # Scheduling quantum is 2 milliseconds.
24options SCHED_ULE # ULE scheduler
25options PREEMPTION # Enable kernel thread preemption
26options INET # InterNETworking

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

89device uart # Multi-uart driver
90
91# SDCard
92device sdhci # SD controller
93device mmc # SD/MMC protocol
94device mmcsd # SDCard disk device
95
96# SCSI peripherals
19
20ident IMX6
21include "../freescale/imx/std.imx6"
22
23options HZ=500 # Scheduling quantum is 2 milliseconds.
24options SCHED_ULE # ULE scheduler
25options PREEMPTION # Enable kernel thread preemption
26options INET # InterNETworking

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

89device uart # Multi-uart driver
90
91# SDCard
92device sdhci # SD controller
93device mmc # SD/MMC protocol
94device mmcsd # SDCard disk device
95
96# SCSI peripherals
97device scbus # SCSI bus (required for SCSI)
97device scbus # SCSI bus (required for ATA/SCSI)
98device da # Direct Access (disks)
99device cd # CD
98device da # Direct Access (disks)
99device cd # CD
100device pass # Passthrough device (direct SCSI access)
100device pass # Passthrough device (direct ATA/SCSI access)
101
102# USB support
103#options USB_DEBUG # enable debug msgs
104device ehci # OHCI USB interface
105device usb # USB Bus (required)
106device umass # Disks/Mass storage - Requires scbus and da
107device uhid # "Human Interface Devices"
108device u3g # USB modems

--- 53 unchanged lines hidden ---
101
102# USB support
103#options USB_DEBUG # enable debug msgs
104device ehci # OHCI USB interface
105device usb # USB Bus (required)
106device umass # Disks/Mass storage - Requires scbus and da
107device uhid # "Human Interface Devices"
108device u3g # USB modems

--- 53 unchanged lines hidden ---