aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGary S. Robertson <gary.robertson@linaro.org>2013-08-15 12:00:56 -0500
committerGary S. Robertson <gary.robertson@linaro.org>2013-09-10 14:25:38 -0500
commitc6442b8415ffd0e3a74548f633a426c2618e2f7d (patch)
tree9db9afd435c2a0fec58cde7680f92195332f1585
parentda51154cbe01369271a2c0b833433ad5468b30c0 (diff)
Add preempt-rt config fragmentlinux-lng-3.10.9-rt5
Signed-off-by: Gary S. Robertson <gary.robertson@linaro.org>
-rw-r--r--linaro/configs/preempt-rt.conf11
1 files changed, 11 insertions, 0 deletions
diff --git a/linaro/configs/preempt-rt.conf b/linaro/configs/preempt-rt.conf
new file mode 100644
index 000000000000..967b46b530cd
--- /dev/null
+++ b/linaro/configs/preempt-rt.conf
@@ -0,0 +1,11 @@
+CONFIG_PREEMPT=y
+CONFIG_PREEMPT_RT_FULL=y
+# CONFIG_DEBUG_PREEMPT is not set
+# CONFIG_DEBUG_SPINLOCK is not set
+# CONFIG_DEBUG_MUTEXES is not set
+# CONFIG_DEBUG_LOCK_ALLOC is not set
+# CONFIG_PROVE_LOCKING is not set
+# CONFIG_DEBUG_RT_MUTEXES is not set
+### CONFIG_SLAB not set and CONFIG_SLUB=y has to be set for the 3.10.6-rt3 patchset
+# CONFIG_SLAB is not set
+CONFIG_SLUB=y