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-11-07 13:45:47 -0600
commitc40244a82c45d0e40f79b5aab1eebc120e666037 (patch)
tree6f8e90689a059c140c46b410655ee8d93d7e11a3
parent0ec0cde5312275376ee6c085c5141374b43342ec (diff)
Add preempt-rt config fragment
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