Switch wandboards over to the common IMX6 kernel config, which has SMP

enabled.  Also switch IMX6 to use SCHED_ULE.

The now-unreferenced WANDBOARD.common config will be deleted after giving
folks who may be including it a heads-up to switch to IMX6.
This commit is contained in:
Ian Lepore 2014-04-04 20:42:44 +00:00
parent 2ad6bba714
commit de6a23b300
4 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
# Kernel configuration for Wandboard
# Kernel configuration for Freescale i.MX6 systems.
#
# For more information on this file, please read the config(5) manual page,
# and/or the handbook section on Kernel Configuration Files:
@ -20,8 +20,8 @@
ident IMX6
include "../freescale/imx/std.imx6"
options HZ=250 # Scheduling quantum is 4 milliseconds.
options SCHED_4BSD # 4BSD scheduler
options HZ=500 # Scheduling quantum is 2 milliseconds.
options SCHED_ULE # ULE scheduler
options PREEMPTION # Enable kernel thread preemption
options INET # InterNETworking
options INET6 # IPv6 communications protocols

View File

@ -17,7 +17,7 @@
#
# $FreeBSD$
include "WANDBOARD.common"
include "IMX6"
ident WANDBOARD-DUAL
# Flattened Device Tree

View File

@ -17,7 +17,7 @@
#
# $FreeBSD$
include "WANDBOARD.common"
include "IMX6"
ident WANDBOARD-QUAD
# Flattened Device Tree

View File

@ -17,7 +17,7 @@
#
# $FreeBSD$
include "WANDBOARD.common"
include "IMX6"
ident WANDBOARD-SOLO
# Flattened Device Tree