From c40244a82c45d0e40f79b5aab1eebc120e666037 Mon Sep 17 00:00:00 2001 From: "Gary S. Robertson" Date: Thu, 15 Aug 2013 12:00:56 -0500 Subject: Add preempt-rt config fragment Signed-off-by: Gary S. Robertson --- linaro/configs/preempt-rt.conf | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 linaro/configs/preempt-rt.conf (limited to 'linaro') 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 -- cgit v1.2.3