Deleted Added
full compact
IMX6 (271746) IMX6 (273661)
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: stable/10/sys/arm/conf/IMX6 271746 2014-09-18 08:58:22Z tuexen $
18# $FreeBSD: stable/10/sys/arm/conf/IMX6 273661 2014-10-26 02:37:42Z ian $
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

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

77#device gif # IPv6 and IPv4 tunneling
78#device faith # IPv6-to-IPv4 relaying (translation)
79#device firmware # firmware assist module
80device ether # Ethernet support
81device miibus # Required for ethernet
82device bpf # Berkeley packet filter (required for DHCP)
83#device iomux # IO Multiplexor
84
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

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

77#device gif # IPv6 and IPv4 tunneling
78#device faith # IPv6-to-IPv4 relaying (translation)
79#device firmware # firmware assist module
80device ether # Ethernet support
81device miibus # Required for ethernet
82device bpf # Berkeley packet filter (required for DHCP)
83#device iomux # IO Multiplexor
84
85# General-purpose input/output
86device gpio
87
85# Serial (COM) ports
86device uart # Multi-uart driver
87
88# SDCard
89device sdhci # SD controller
90device mmc # SD/MMC protocol
91device mmcsd # SDCard disk device
92

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

101device ehci # OHCI USB interface
102device usb # USB Bus (required)
103device umass # Disks/Mass storage - Requires scbus and da
104device uhid # "Human Interface Devices"
105device u3g # USB modems
106#device ukbd # Allow keyboard like HIDs to control console
107#device ums # USB mouse
108
88# Serial (COM) ports
89device uart # Multi-uart driver
90
91# SDCard
92device sdhci # SD controller
93device mmc # SD/MMC protocol
94device mmcsd # SDCard disk device
95

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

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
109#device ukbd # Allow keyboard like HIDs to control console
110#device ums # USB mouse
111
109# USB Ethernet, requires miibus
112# USB Ethernet, requires miibus
110#device aue # ADMtek USB Ethernet
111#device axe # ASIX Electronics USB Ethernet
112#device cdce # Generic USB over Ethernet
113#device cue # CATC USB Ethernet
114#device kue # Kawasaki LSI USB Ethernet
115#device rue # RealTek RTL8150 USB Ethernet
116#device udav # Davicom DM9601E USB
117

--- 41 unchanged lines hidden ---
113#device aue # ADMtek USB Ethernet
114#device axe # ASIX Electronics USB Ethernet
115#device cdce # Generic USB over Ethernet
116#device cue # CATC USB Ethernet
117#device kue # Kawasaki LSI USB Ethernet
118#device rue # RealTek RTL8150 USB Ethernet
119#device udav # Davicom DM9601E USB
120

--- 41 unchanged lines hidden ---